mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Test indented code boundary when list advances
This commit is contained in:
parent
a396fccace
commit
747abe7600
@ -27,3 +27,16 @@ bar
|
|||||||
more code
|
more code
|
||||||
</code></pre>
|
</code></pre>
|
||||||
<p>not quite enough indentation</p>
|
<p>not quite enough indentation</p>
|
||||||
|
<hr />
|
||||||
|
<ul>
|
||||||
|
<li>foo</li>
|
||||||
|
<li>bar</li>
|
||||||
|
</ul>
|
||||||
|
<hr />
|
||||||
|
<ul>
|
||||||
|
<li>foo</li>
|
||||||
|
<li>
|
||||||
|
<pre><code>bar
|
||||||
|
</code></pre>
|
||||||
|
</li>
|
||||||
|
</ul>
|
@ -27,3 +27,13 @@
|
|||||||
code
|
code
|
||||||
more code
|
more code
|
||||||
not quite enough indentation
|
not quite enough indentation
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
* foo
|
||||||
|
* bar
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
* foo
|
||||||
|
* bar
|
Loading…
Reference in New Issue
Block a user