From f3e9669e8478c19f1bd00ff788275f4fd99fc6be Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 19 Sep 2022 11:56:16 -0700 Subject: Commonmark writer: ensure that we don't have blank lines in raw HTML. Closes #8307. --- test/command/8307.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 test/command/8307.md (limited to 'test/command') diff --git a/test/command/8307.md b/test/command/8307.md new file mode 100644 index 000000000..d211d7003 --- /dev/null +++ b/test/command/8307.md @@ -0,0 +1,49 @@ +``` +% pandoc -t commonmark -f html + + + + + + +
hello
+^D + + + + + + +
hello
+``` + +```` +% pandoc -t commonmark -f markdown +``` {=html} + + + + + + +
hello
+``` +^D + + + + + + +
hello
+```` -- cgit v1.2.3