pandoc/test/Tests/Readers
John MacFarlane b35fae6511 Use doctemplates 0.3, change type of writerTemplate.
* Require recent doctemplates.  It is more flexible and
  supports partials.
* Changed type of writerTemplate to Maybe Template instead
  of Maybe String.
* Remove code from the LaTeX, Docbook, and JATS writers that looked in
  the template for strings to determine whether it is a book or an
  article, or whether csquotes is used. This was always kludgy and
  unreliable.  To use csquotes for LaTeX, set `csquotes` in your
  variables or metadata. It is no longer sufficient to put
  `\usepackage{csquotes}` in your template or header includes.
  To specify a book style, use the `documentclass` variable or
  `--top-level-division`.
* Change template code to use new API for doctemplates.
2019-07-28 19:25:45 -07:00
..
Org Org reader: accept ATTR_LATEX in block attributes 2019-07-22 08:12:22 +02:00
Creole.hs Add missing copyright notices and remove license boilerplate (#5112) 2019-02-04 13:52:31 -08:00
Docx.hs Use doctemplates 0.3, change type of writerTemplate. 2019-07-28 19:25:45 -07:00
DokuWiki.hs Add missing copyright notices and remove license boilerplate (#5112) 2019-02-04 13:52:31 -08:00
EPUB.hs add tests for EPUB2 and EPUB3 cover reader 2019-06-22 22:07:26 +02:00
FB2.hs Use doctemplates 0.3, change type of writerTemplate. 2019-07-28 19:25:45 -07:00
HTML.hs HTML reader: read data-foo attribute into foo. 2019-03-25 08:43:59 -07:00
JATS.hs Add missing copyright notices and remove license boilerplate (#5112) 2019-02-04 13:52:31 -08:00
LaTeX.hs Add missing copyright notices and remove license boilerplate (#5112) 2019-02-04 13:52:31 -08:00
Man.hs Add missing copyright notices and remove license boilerplate (#5112) 2019-02-04 13:52:31 -08:00
Markdown.hs Add missing copyright notices and remove license boilerplate (#5112) 2019-02-04 13:52:31 -08:00
Muse.hs Muse: add RTL support 2019-07-14 18:22:52 +03:00
Odt.hs Use doctemplates 0.3, change type of writerTemplate. 2019-07-28 19:25:45 -07:00
Org.hs Add missing copyright notices and remove license boilerplate (#5112) 2019-02-04 13:52:31 -08:00
RST.hs Add missing copyright notices and remove license boilerplate (#5112) 2019-02-04 13:52:31 -08:00
Txt2Tags.hs Add missing copyright notices and remove license boilerplate (#5112) 2019-02-04 13:52:31 -08:00