pandoc/test/Tests/Writers
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
..
AsciiDoc.hs Asciidoc writer: shorter delimiters for tables, blockquotes. 2019-01-07 22:10:34 -08:00
ConTeXt.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
Docbook.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
Docx.hs Improve writing metadata for docx, pptx and odt (#5252) 2019-01-26 16:14:35 -08:00
FB2.hs FB2 writer: represent HorizontalRule as empty line 2018-04-05 19:53:36 +03:00
HTML.hs Use latest skylighting. 2019-02-10 08:06:53 -08:00
JATS.hs JATS writer: properly handle footnotes. 2019-05-16 21:39:03 -07:00
LaTeX.hs LaTeX writer: Use mbox to get proper behavior inside \sout. 2019-06-10 15:02:48 -07:00
Markdown.hs Markdown writer: prefer using raw_attribute when enabled. 2019-07-18 22:31:03 -07:00
Muse.hs Muse: add RTL support 2019-07-14 18:22:52 +03:00
Native.hs Use doctemplates 0.3, change type of writerTemplate. 2019-07-28 19:25:45 -07:00
OOXML.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
Org.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
Plain.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
Powerpoint.hs Powerpoint code formatting is now context dependent (#5573) 2019-06-14 08:42:06 -07:00
RST.hs Use doctemplates 0.3, change type of writerTemplate. 2019-07-28 19:25:45 -07:00
TEI.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00