mirror of
https://github.com/danog/blackfriday.git
synced 2024-11-30 04:29:13 +01: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>
|