From 068fce4293eb139f54d4825e1dbdcaf35e34da03 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 18 Aug 2023 17:50:59 -0700 Subject: Docx reader: omit "Table NN" from caption. Closes #9002. --- test/command/9002.docx | Bin 0 -> 12631 bytes test/command/9002.md | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 test/command/9002.docx create mode 100644 test/command/9002.md (limited to 'test/command') diff --git a/test/command/9002.docx b/test/command/9002.docx new file mode 100644 index 000000000..4722c53e5 Binary files /dev/null and b/test/command/9002.docx differ diff --git a/test/command/9002.md b/test/command/9002.md new file mode 100644 index 000000000..23915dda1 --- /dev/null +++ b/test/command/9002.md @@ -0,0 +1,20 @@ +``` +% pandoc command/9002.docx -t html +^D + + ++++ + + + + + + + + +

This is my table!

ab
+

See Table 1 This is my table!

+``` -- cgit v1.2.3