From b6e7bfaf1d9fdec88aa81d7c7fa7431358706002 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 8 Mar 2017 12:41:46 +0100 Subject: Markdown writer: ensure space before list at top level. Closes #3487. --- test/command/3487.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 test/command/3487.md (limited to 'test/command') diff --git a/test/command/3487.md b/test/command/3487.md new file mode 100644 index 000000000..2f3e2f24a --- /dev/null +++ b/test/command/3487.md @@ -0,0 +1,13 @@ +``` +% pandoc -f html -t markdown +Some text + +^D +Some text + +- element + + +``` -- cgit v1.2.3