pandoc/tests/Tests/Readers
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
..
Docx.hs Docx reader: test for nested anchor spans in header 2016-08-29 08:35:59 -04:00
EPUB.hs Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." 2015-11-09 10:08:22 -08:00
HTML.hs HTML reader: only treat "a" element as link if it has href. 2016-11-13 22:41:11 +01:00
LaTeX.hs Export Text.Pandoc.Error in Text.Pandoc. 2016-10-24 22:31:36 +02:00
Markdown.hs Markdown Reader: add attributes for autolink (#3183) 2016-10-26 12:18:58 +02:00
Odt.hs [odt] Infer table's caption from the paragraph (#3224) 2016-11-26 21:45:56 +01:00
Org.hs Org reader: Ensure images in paragraphs are not parsed as figures 2016-11-19 01:17:04 +01:00
RST.hs Export Text.Pandoc.Error in Text.Pandoc. 2016-10-24 22:31:36 +02:00
Txt2Tags.hs Export Text.Pandoc.Error in Text.Pandoc. 2016-10-24 22:31:36 +02:00