pandoc/test/Tests/Writers
Agustín Martín Barbero 9894d05fe3 Improve writing metadata for docx, pptx and odt (#5252)
* docx writer: support custom properties.  Solves the writer part of #3024.
  Also supports additional core properties:  `subject`, `lang`, `category`,
  `description`.

* odt writer: improve standard properties, including the following core properties:
  `generator` (Pandoc/VERSION), `description`, `subject`, `keywords`,
  `initial-creator` (from authors), `creation-date` (actual creation date).
  Also fix date.

* pptx writer: support custom properties.  Also supports additional core
  properties: `subject`, `category`, `description`.

* Includes golden tests.

* MANUAL: document metadata support for docx, odt, pptx writers
2019-01-26 16:14:35 -08: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 HTML writer: always output <dt> element, even if it is empty 2018-09-11 13:20:11 +03:00
JATS.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
LaTeX.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
Markdown.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
Muse.hs Muse writer: indent simple tables only on the top level 2018-11-14 15:10:38 +03:00
Native.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -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 Improve writing metadata for docx, pptx and odt (#5252) 2019-01-26 16:14:35 -08:00
RST.hs RST writer: use titleblock instead of title variable for title block 2018-08-01 12:32:16 -07:00
TEI.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00