pandoc/test/Tests
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
..
Lua Lua modules: test pandoc.mediabag 2019-05-30 08:44:40 +02:00
Readers Use doctemplates 0.3, change type of writerTemplate. 2019-07-28 19:25:45 -07:00
Writers Use doctemplates 0.3, change type of writerTemplate. 2019-07-28 19:25:45 -07:00
Command.hs Add missing copyright notices and remove license boilerplate (#5112) 2019-02-04 13:52:31 -08:00
Helpers.hs Use doctemplates 0.3, change type of writerTemplate. 2019-07-28 19:25:45 -07:00
Lua.hs Fix redundant constraint warnings. (#5625) 2019-07-02 10:29:34 +02:00
Old.hs Add jira writer (#5548) 2019-06-05 17:52:23 -04:00
Shared.hs Add missing copyright notices and remove license boilerplate (#5112) 2019-02-04 13:52:31 -08:00