aboutsummaryrefslogtreecommitdiff
path: root/test/tables.opendocument
diff options
context:
space:
mode:
authorDmitry Pogodin <lunaticare@users.noreply.github.com>2019-11-03 18:17:05 +0300
committerJohn MacFarlane <jgm@berkeley.edu>2019-11-03 07:17:05 -0800
commit270ffe6ab548de83287b7647269b0c8a18b9e8bf (patch)
treee10af2961bb3749e53e58589ccdd5be0b479c416 /test/tables.opendocument
parent8a2e87758e2f2b3fb74be177c2b28918dc35e27c (diff)
downloadpandoc-270ffe6ab548de83287b7647269b0c8a18b9e8bf.tar.gz
Place caption before table in OpenDocument format. (#5869)
Closes #5681.
Diffstat (limited to 'test/tables.opendocument')
-rw-r--r--test/tables.opendocument12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/tables.opendocument b/test/tables.opendocument
index 250bce1b9..cda121dd4 100644
--- a/test/tables.opendocument
+++ b/test/tables.opendocument
@@ -1,4 +1,6 @@
<text:p text:style-name="Text_20_body">Simple table with caption:</text:p>
+<text:p text:style-name="TableCaption">Demonstration of simple table
+syntax.</text:p>
<table:table table:name="Table1" table:style-name="Table1">
<table:table-column table:style-name="Table1.A" />
<table:table-column table:style-name="Table1.B" />
@@ -63,8 +65,6 @@
</table:table-cell>
</table:table-row>
</table:table>
-<text:p text:style-name="TableCaption">Demonstration of simple table
-syntax.</text:p>
<text:p text:style-name="First_20_paragraph">Simple table without
caption:</text:p>
<table:table table:name="Table2" table:style-name="Table2">
@@ -133,6 +133,8 @@ caption:</text:p>
</table:table>
<text:p text:style-name="First_20_paragraph">Simple table indented two
spaces:</text:p>
+<text:p text:style-name="TableCaption">Demonstration of simple table
+syntax.</text:p>
<table:table table:name="Table3" table:style-name="Table3">
<table:table-column table:style-name="Table3.A" />
<table:table-column table:style-name="Table3.B" />
@@ -197,10 +199,10 @@ spaces:</text:p>
</table:table-cell>
</table:table-row>
</table:table>
-<text:p text:style-name="TableCaption">Demonstration of simple table
-syntax.</text:p>
<text:p text:style-name="First_20_paragraph">Multiline table with
caption:</text:p>
+<text:p text:style-name="TableCaption">Here’s the caption. It may span
+multiple lines.</text:p>
<table:table table:name="Table4" table:style-name="Table4">
<table:table-column table:style-name="Table4.A" />
<table:table-column table:style-name="Table4.B" />
@@ -253,8 +255,6 @@ caption:</text:p>
</table:table-cell>
</table:table-row>
</table:table>
-<text:p text:style-name="TableCaption">Here’s the caption. It may span
-multiple lines.</text:p>
<text:p text:style-name="First_20_paragraph">Multiline table without
caption:</text:p>
<table:table table:name="Table5" table:style-name="Table5">