mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
2b813cd3fb
Closes #291
13 lines
237 B
HTML
13 lines
237 B
HTML
<h1 id="sometitle">some title</h1>
|
|
<ol>
|
|
<li>list item 1</li>
|
|
<li>list item 2</li>
|
|
</ol>
|
|
<blockquote>
|
|
<p>some text in a blockquote</p>
|
|
</blockquote>
|
|
<ul>
|
|
<li>another list item 1</li>
|
|
<li>another list item 2</li>
|
|
</ul>
|