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

@ -33,3 +33,11 @@
</blockquote>
</blockquote>
</blockquote>
<hr />
<blockquote>
<pre><code>
b
a
</code></pre>
</blockquote>

View File

@ -17,3 +17,12 @@ no space after `>`:
>>> Info 1 text
>>> Info 2 text
---
> ```
>
> b
>
> a
> ```