mirror of
https://github.com/russross/blackfriday.git
synced 2024-03-22 13:40:34 +08:00
15 lines
248 B
HTML
15 lines
248 B
HTML
|
<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>
|