mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Test continuation of indented code blocks
This commit is contained in:
parent
c310625b93
commit
14f8ff52e1
@ -21,4 +21,9 @@ bar
|
|||||||
<pre><code> bar
|
<pre><code> bar
|
||||||
</code></pre>
|
</code></pre>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<hr />
|
||||||
|
<pre><code>code
|
||||||
|
more code
|
||||||
|
</code></pre>
|
||||||
|
<p>not quite enough indentation</p>
|
@ -20,4 +20,10 @@
|
|||||||
|
|
||||||
- foo
|
- foo
|
||||||
|
|
||||||
bar
|
bar
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
code
|
||||||
|
more code
|
||||||
|
not quite enough indentation
|
Loading…
Reference in New Issue
Block a user