mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Test blockquote whitespace handling
This commit is contained in:
parent
3c6578dd4b
commit
6ac6b7f7f7
@ -32,4 +32,12 @@
|
||||
<p>Info 2 text</p>
|
||||
</blockquote>
|
||||
</blockquote>
|
||||
</blockquote>
|
||||
<hr />
|
||||
<blockquote>
|
||||
<pre><code>
|
||||
b
|
||||
|
||||
a
|
||||
</code></pre>
|
||||
</blockquote>
|
@ -16,4 +16,13 @@ no space after `>`:
|
||||
|
||||
>>> Info 1 text
|
||||
|
||||
>>> Info 2 text
|
||||
>>> Info 2 text
|
||||
|
||||
---
|
||||
|
||||
> ```
|
||||
>
|
||||
> b
|
||||
>
|
||||
> a
|
||||
> ```
|
Loading…
Reference in New Issue
Block a user