From 74afd2974a1fe4e70a6c6581ee61ec5bc28df2f7 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 6 Mar 2017 22:51:28 +0100 Subject: Markdown writer: better handling of tables with empty columns. E.g. an HTML table with two cells in the first row and one in the second (but no row/colspan). We now calculate the number of columns based on the longest row (or the length of aligns or widths). Closes #3337. --- test/command/3337.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 test/command/3337.md (limited to 'test/command') diff --git a/test/command/3337.md b/test/command/3337.md new file mode 100644 index 000000000..8f6735f0f --- /dev/null +++ b/test/command/3337.md @@ -0,0 +1,16 @@ +``` +% pandoc -f html -t markdown + + + +
a
12
+^D + --- --- + a + 1 2 + --- --- + + + +``` + -- cgit v1.2.3