From 12e8343068b906f8b2afddc5569968a8a91fa5b0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 29 Apr 2024 06:24:24 +0200 Subject: Adding upstream version 2.1.0. Signed-off-by: Daniel Baumann --- tests/test_port/fixtures/issue-fixes.md | 38 +++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 tests/test_port/fixtures/issue-fixes.md (limited to 'tests/test_port/fixtures/issue-fixes.md') diff --git a/tests/test_port/fixtures/issue-fixes.md b/tests/test_port/fixtures/issue-fixes.md new file mode 100644 index 0000000..0c693b0 --- /dev/null +++ b/tests/test_port/fixtures/issue-fixes.md @@ -0,0 +1,38 @@ +#31 empty lines after certain lists raises exception: +. +> a + +- b + + +. +
+

a

+
+ +. + +#50 blank lines after block quotes +. +> A Block Quote + +> Another Block Quote + + +. +
+

A Block Quote

+
+
+

Another Block Quote

+
+. + +#80 UnicodeError with codepoints larger than 0xFFFF +. +💬 +. +

💬

+. -- cgit v1.2.3