showdown/test/functional/makemarkdown/cases/standard/list-followed-by-ghcode.html
Estevao Soares dos Santos 173ad51b05 test: fix tests
2017-12-23 13:20:14 +00:00

14 lines
237 B
HTML

<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>