From daf8d1db18efcfbac31afd6a2323411b93ce1b62 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 21 Mar 2017 14:16:46 +0100 Subject: RST writer: improve grid table output, fix bug with empty rows. Uses the new gridTable in Writers.Shared, which is here improved to better handle 0-width cells. Closes #3516. --- test/command/3516.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 test/command/3516.md (limited to 'test/command') diff --git a/test/command/3516.md b/test/command/3516.md new file mode 100644 index 000000000..d547ddbb1 --- /dev/null +++ b/test/command/3516.md @@ -0,0 +1,15 @@ +Correctly handle empty row: +``` +% pandoc -f markdown -t rst ++---+---+ +| 1 | 2 | ++---+---+ +| | | ++---+---+ +^D ++---+---+ +| 1 | 2 | ++---+---+ +| | | ++---+---+ +``` -- cgit v1.2.3