From 145710c4c3951b095206c59256ac0294b23ca76d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 7 Oct 2018 12:37:08 -0700 Subject: RST reader: don't allow single-dash separator in headerless table. Closes #4382. --- test/command/4382.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/command/4382.md (limited to 'test/command') diff --git a/test/command/4382.md b/test/command/4382.md new file mode 100644 index 000000000..4a840489f --- /dev/null +++ b/test/command/4382.md @@ -0,0 +1,10 @@ +``` +% pandoc -f rst -t native +- + +===== +^D +[BulletList + [[]] +,HorizontalRule] +``` -- cgit v1.2.3