From 7de74f34043331c8c0cf991c2bf4cb20fdd94ce7 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 21 Jun 2024 11:15:04 -0700 Subject: [PATCH] Add command test for #9358. --- test/command/9358.md | 45 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 test/command/9358.md diff --git a/test/command/9358.md b/test/command/9358.md new file mode 100644 index 000000000..80f0cb90f --- /dev/null +++ b/test/command/9358.md @@ -0,0 +1,45 @@ +Caption belongs to the second table: +``` +% pandoc -f docx -t html command/9358.docx +^D +

Lorem gipsum

+ ++++ + + + + + + + + + + + + +
AB
CD
+

Lorem ipsum

+ + ++++ + + + + + + + + + + + + +

Table 1 Numbers from 1 to 4

12
34
+

Lorem yipsum

+```