all repos — grayfriday @ da8f2753e27c7fd79265c7420b7e2b9b94aa3dd5

blackfriday fork with a few changes

upskirtref/Hard-wrapped paragraphs with list-like lines no empty line before block.html (view raw)

 1<p>In Markdown 1.0.0 and earlier. Version</p>
 2
 3<ol>
 4<li>This line turns into a list item.
 5Because a hard-wrapped line in the
 6middle of a paragraph looked like a
 7list item.</li>
 8</ol>
 9
10<p>Here's one with a bullet.</p>
11
12<ul>
13<li>criminey.</li>
14</ul>