From 1cfdd3662f667f8119e441b60ba8d718b75f90ca Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 13 Nov 2018 14:49:12 -0800 Subject: HTML reader: allow thead containing a row with td rather than th. See #5014. Note that this doesn't address the original issue in #5014, only an unrelated side-issue. --- test/command/5014.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 test/command/5014.md (limited to 'test/command') diff --git a/test/command/5014.md b/test/command/5014.md new file mode 100644 index 000000000..73be6ec46 --- /dev/null +++ b/test/command/5014.md @@ -0,0 +1,17 @@ +``` +% pandoc -f html -t native + + + + + + + + + + + +
Name
Accounts
+^D + +``` -- cgit v1.2.3