Test blockquote whitespace handling

This commit is contained in:
Aidan Woods 2019-02-03 16:06:46 +00:00
parent 3c6578dd4b
commit 6ac6b7f7f7
No known key found for this signature in database
GPG Key ID: 9A6A8EFAA512BBB9
2 changed files with 18 additions and 1 deletions

View File

@ -32,4 +32,12 @@
<p>Info 2 text</p> <p>Info 2 text</p>
</blockquote> </blockquote>
</blockquote> </blockquote>
</blockquote>
<hr />
<blockquote>
<pre><code>
b
a
</code></pre>
</blockquote> </blockquote>

View File

@ -16,4 +16,13 @@ no space after `>`:
>>> Info 1 text >>> Info 1 text
>>> Info 2 text >>> Info 2 text
---
> ```
>
> b
>
> a
> ```