showdown/test/functional/makemarkdown/cases/standard/list-followed-by-ghcode.html

14 lines
237 B
HTML
Raw Normal View History

2017-12-23 21:20:14 +08:00
<h1 id="sometitle">some title</h1>
<ol>
<li>list item 1</li>
<li>list item 2</li>
</ol>
<pre><code>some code
and some other line of code
</code></pre>
<ul>
<li>another list item 1</li>
<li>another list item 2</li>
</ul>