From 167fc4bc8732b72cccda0c37139fee3ab94b05cb Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 27 Aug 2019 10:15:00 -0700 Subject: Markdown reader: Headers: don't parse content over newline boundary. Closes #5714. --- test/command/5714.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 test/command/5714.md (limited to 'test/command') diff --git a/test/command/5714.md b/test/command/5714.md new file mode 100644 index 000000000..48e25c1a2 --- /dev/null +++ b/test/command/5714.md @@ -0,0 +1,13 @@ +``` +% pandoc -t native +# hi _a +b_ + +# hi _c +c +^D +[Header 1 ("hi-_a",[],[]) [Str "hi",Space,Str "_a"] +,Para [Str "b_"] +,Header 1 ("hi-_c",[],[]) [Str "hi",Space,Str "_c"] +,Para [Str "c"]] +``` -- cgit v1.2.3