From 3f9b7a10ad2de63f6a9c77ff361acf17f94d536b Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 23 Aug 2021 22:06:39 -0700 Subject: Markdown reader: fix interaction of --strip-comments and list parsing. Use of `--strip-comments` was causing tight lists to be rendered as loose (as if the comment were a blank line). Closes #7521. --- test/command/7521.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/command/7521.md (limited to 'test/command') diff --git a/test/command/7521.md b/test/command/7521.md new file mode 100644 index 000000000..38bc40482 --- /dev/null +++ b/test/command/7521.md @@ -0,0 +1,11 @@ +``` +% pandoc -- --strip-comments +- one + +- two +- ^D + +``` -- cgit v1.2.3