From 6ac6b7f7f7109cd9598119e8c35407caa9a2c561 Mon Sep 17 00:00:00 2001 From: Aidan Woods Date: Sun, 3 Feb 2019 16:06:46 +0000 Subject: [PATCH] Test blockquote whitespace handling --- tests/data/simple_blockquote.html | 8 ++++++++ tests/data/simple_blockquote.md | 11 ++++++++++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/tests/data/simple_blockquote.html b/tests/data/simple_blockquote.html index a0a07a7..bb9e3db 100644 --- a/tests/data/simple_blockquote.html +++ b/tests/data/simple_blockquote.html @@ -32,4 +32,12 @@

Info 2 text

+ +
+
+

+  b
+                        
+     a
+
\ No newline at end of file diff --git a/tests/data/simple_blockquote.md b/tests/data/simple_blockquote.md index 8ac3bc0..d73a5dc 100644 --- a/tests/data/simple_blockquote.md +++ b/tests/data/simple_blockquote.md @@ -16,4 +16,13 @@ no space after `>`: >>> Info 1 text ->>> Info 2 text \ No newline at end of file +>>> Info 2 text + +--- + +> ``` +> + > b + > + > a + > ``` \ No newline at end of file