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
@ -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>
|
@ -26,4 +26,14 @@
|
||||
|
||||
code
|
||||
more code
|
||||
not quite enough indentation
|
||||
not quite enough indentation
|
||||
|
||||
---
|
||||
|
||||
* foo
|
||||
* bar
|
||||
|
||||
---
|
||||
|
||||
* foo
|
||||
* bar
|
Loading…
Reference in New Issue
Block a user