pandoc/tests/odt/native
hubertp-lshift 015dead0bb [odt] Infer table's caption from the paragraph (#3224)
ODT's reader always put empty captions for the parsed
tables. This commit
1) checks paragraphs that follow the table definition
2) treats specially a paragraph with a style named 'Table'
3) does some postprocessing of the paragraphs that combines
 tables followed immediately by captions

The ODT writer used 'TableCaption' style name for the caption
paragraph. This commit follows the open office approach which
allows for appending captions to table but uses a built-in style
named 'Table' instead of 'TableCaption'. Any users of odt format
(both writer and reader) are therefore required to change the
style's name to 'Table', if necessary.
2016-11-26 21:45:56 +01:00
..
blockquote.native
image.native Infer caption from the text following the img 2016-10-17 16:35:13 +02:00
imageIndex.native Image with a caption needs special formatting 2016-10-19 11:40:44 +02:00
imageWithCaption.native Image with a caption needs special formatting 2016-10-19 11:40:44 +02:00
inlinedCode.native Inline code when text has a special style 2016-11-08 09:29:46 -05:00
orderedListMixed.native Added tests and a corner case for starting number 2016-10-14 13:56:24 +02:00
orderedListRoman.native Added tests and a corner case for starting number 2016-10-14 13:56:24 +02:00
orderedListSimple.native Added tests and a corner case for starting number 2016-10-14 13:56:24 +02:00
referenceToChapter.native Updated tests for link attribute changes. 2015-08-07 12:39:43 +02:00
referenceToListItem.native Updated tests for link attribute changes. 2015-08-07 12:39:43 +02:00
referenceToText.native Issue 3143: Don't duplicate text for anchors 2016-10-18 10:50:37 +02:00
simpleTable.native [odt] Infer tables' header props from rows (#3199) 2016-11-01 10:07:39 +01:00
simpleTableWithCaption.native [odt] Infer table's caption from the paragraph (#3224) 2016-11-26 21:45:56 +01:00
unicode.native
unorderedList.native