From 5c0b3743becd10a08fc27459d56f8aa2153f5b3f Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 13 Nov 2019 10:10:55 -0800 Subject: Ensure there's a blank line before RST tables. Closes #5898. --- test/command/5898.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 test/command/5898.md (limited to 'test') diff --git a/test/command/5898.md b/test/command/5898.md new file mode 100644 index 000000000..28b64460a --- /dev/null +++ b/test/command/5898.md @@ -0,0 +1,36 @@ +``` +% pandoc -f html -t rst + + + + + +^D +- A list of stuff with a table inside + + ===== ====== ===== + First Second Third + ===== ====== ===== + First Second Third + ===== ====== ===== + +- Another list item +``` -- cgit v1.2.3