pandoc/tests/Tests/Readers
Albert Krewinkel 21cd76c201
Org reader: respect unnumbered header property
Sections the `unnumbered` property should, as the name implies, be
excluded from the automatic numbering of section provided by some output
formats.  The Pandoc convention for this is to add an "unnumbered" class
to the header.  The reader treats properties as key-value pairs per
default, so a special case is added to translate the above property to a
class instead.

Closes #3095.
2016-08-30 18:10:24 +02: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 Fixed behavior of base tag. 2016-03-10 19:59:55 -08:00
LaTeX.hs Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." 2015-11-09 10:08:22 -08:00
Markdown.hs Added some entity tests in Markdown reader tests. 2016-01-08 17:33:37 -08:00
Odt.hs Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." 2015-11-09 10:08:22 -08:00
Org.hs Org reader: respect unnumbered header property 2016-08-30 18:10:24 +02:00
RST.hs Add one more test 2016-05-01 22:36:19 -05:00
Txt2Tags.hs Test fixes. 2015-12-12 12:58:31 -08:00