diff options
Diffstat (limited to 'test/command')
| -rw-r--r-- | test/command/9002.docx | bin | 0 -> 12631 bytes | |||
| -rw-r--r-- | test/command/9002.md | 20 |
2 files changed, 20 insertions, 0 deletions
diff --git a/test/command/9002.docx b/test/command/9002.docx Binary files differnew file mode 100644 index 000000000..4722c53e5 --- /dev/null +++ b/test/command/9002.docx 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 +<table> +<caption><p>This is my table!</p></caption> +<colgroup> +<col style="width: 50%" /> +<col style="width: 50%" /> +</colgroup> +<thead> +<tr class="header"> +<th>a</th> +<th>b</th> +</tr> +</thead> +<tbody> +</tbody> +</table> +<p>See Table 1 This is my table!</p> +``` |
