1
0
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:
Aidan Woods 2019-02-15 22:22:06 +00:00
parent a396fccace
commit 747abe7600
No known key found for this signature in database
GPG Key ID: 9A6A8EFAA512BBB9
2 changed files with 25 additions and 2 deletions

View File

@ -26,4 +26,17 @@ bar
<pre><code>code
more code
</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>

View File

@ -26,4 +26,14 @@
code
more code
not quite enough indentation
not quite enough indentation
---
* foo
* bar
---
* foo
* bar