search for: decipi

Displaying 5 results from an estimated 5 matches for "decipi".

Did you mean: recipi
2006 May 12
1
A Single Test File?
I was wondering if there is a single text file that contains all the markup in a way that one can visually check to see if a markdown script is succeeding. I know there's a Perl test suite, but I'm looking for just one source file. Thanks. -- Ben Wilson " Mundus vult decipi, ergo decipiatur"
2011 Sep 16
3
Rainbows! or unicorn?
...nicorn design case, is there any reason in this scenario for me to use Rainbows!, or should I just go with unicorn and enough backends to handle a couple of concurrent uploads and the minimal other frontend bits? cheers Russell ----- Russell Muetzelfeldt <russm at slofith.org> Mundus vult decipi, ergo decipiatur.
2006 May 07
1
Announcement: Markdown-0.1 for PmWiki
...'> '), but this recipe does not nest the block quotes (yet). I only worked on this today after a few earlier abortive attempts, so if things act a bit screwy, let me know. [1]: http://pmwiki.org/wiki/Cookbook/Markdown [2]: http://pmwiki.org/wiki/Cookbook -- Ben Wilson " Mundus vult decipi, ergo decipiatur"
2006 Apr 03
0
New to Markdown, Suggestion . . .
...a neat idea, and it helped me learn how Yuri, et al. put together the script. At Yuri's prodding I've decided to post this and see where the community is on adopting this behavior? Regards, Ben [1]: http://daringfireball.net/projects/markdown/syntax#list -- Ben Wilson " Mundus vult decipi, ergo decipiatur"
2006 Jun 08
2
parsing question - lists and blockquotes
I'm using the PHP port of Markdown, but I noticed the same effect on your dingus <http://daringfireball.net/projects/markdown/dingus> The problem I'm seeing is when I have an bulleted list and the last item of the list contains a block quote. The blockquote does not terminate correctly, and adding another blockquote after the list ends up extending the original blockquote.