From d532eb14ebaca9e6255b428d40e22284a8a981d2 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 16 Nov 2018 11:29:15 -0800 Subject: HTML reader: allow tfoot before body rows. Closes #5079. --- test/command/5079.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 test/command/5079.md (limited to 'test/command') diff --git a/test/command/5079.md b/test/command/5079.md new file mode 100644 index 000000000..aa93ae6f3 --- /dev/null +++ b/test/command/5079.md @@ -0,0 +1,16 @@ +``` +% pandoc -f html -t native + + + + + + + + +
Cell
+^D +[Table [] [AlignDefault] [0.0] + [[]] + [[[Plain [Str "Cell"]]]]] +``` -- cgit v1.2.3