public
Description: An implementation of markdown in C, using a PEG grammar
Clone URL: git://github.com/jgm/peg-markdown.git
peg-markdown / MarkdownTest_1.0.3 / Tests / Hard-wrapped paragraphs with list-like lines.html
100644 9 lines (7 sloc) 0.211 kb
1
2
3
4
5
6
7
8
9
<p>In Markdown 1.0.0 and earlier. Version
8. This line turns into a list item.
Because a hard-wrapped line in the
middle of a paragraph looked like a
list item.</p>
 
<p>Here's one with a bullet.
* criminey.</p>