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
@ -22,3 +22,8 @@ bar
|
||||
</code></pre>
|
||||
</li>
|
||||
</ul>
|
||||
<hr />
|
||||
<pre><code>code
|
||||
more code
|
||||
</code></pre>
|
||||
<p>not quite enough indentation</p>
|
@ -21,3 +21,9 @@
|
||||
- foo
|
||||
|
||||
bar
|
||||
|
||||
---
|
||||
|
||||
code
|
||||
more code
|
||||
not quite enough indentation
|
Loading…
Reference in New Issue
Block a user