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