From 8d6e0e516a0b9d36992b2802e23dbcc6162c7346 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 13 Nov 2017 21:12:04 -0800 Subject: Markdown writer: fix bug with doubled footnotes in grid tables. Closes #4061. --- test/command/4061.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 test/command/4061.md (limited to 'test/command/4061.md') diff --git a/test/command/4061.md b/test/command/4061.md new file mode 100644 index 000000000..e850c5e8c --- /dev/null +++ b/test/command/4061.md @@ -0,0 +1,14 @@ +``` +% pandoc -t markdown-simple_tables-multiline_tables-pipe_tables ++-----------------------------------+ +| Text [^1] | ++-----------------------------------+ + +[^1]: Footnote. +^D ++-----------------------------------+ +| Text [^1] | ++-----------------------------------+ + +[^1]: Footnote. +``` -- cgit v1.2.3