From 41209ea6765e9898d7e15c4c945c06275b6c0420 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 11 Jul 2017 15:52:38 +0200 Subject: HTML reader: Ensure that paragraphs are closed properly... when the parent block element closes, even without `

`. Closes #3794. --- test/command/3794.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/command/3794.md (limited to 'test') diff --git a/test/command/3794.md b/test/command/3794.md new file mode 100644 index 000000000..b56e7b504 --- /dev/null +++ b/test/command/3794.md @@ -0,0 +1,7 @@ +``` +% pandoc -f html -t native +

hello

+^D +[Div ("",[],[]) + [Para [Str "hello"]]] +``` -- cgit v1.2.3