pandoc/data
John MacFarlane 1ee6e0e087 Use new doctemplates, doclayout.
+ Remove Text.Pandoc.Pretty; use doclayout instead. [API change]
+ Text.Pandoc.Writers.Shared: remove metaToJSON, metaToJSON'
  [API change].
+ Text.Pandoc.Writers.Shared: modify `addVariablesToContext`,
  `defField`, `setField`, `getField`, `resetField` to work with
  Context rather than JSON values. [API change]
+ Text.Pandoc.Writers.Shared: export new function `endsWithPlain` [API
  change].
+ Use new templates and doclayout in writers.
+ Use Doc-based templates in all writers.
+ Adjust three tests for minor template rendering differences.
+ Added indentation to body in docbook4, docbook5 templates.

The main impact of this change is better reflowing of content
interpolated into templates.  Previously, interpolated variables
were rendered independently and intepolated as strings, which could lead
to overly long lines.  Now the templates interpolated as Doc values
which may include breaking spaces, and reflowing occurs
after template interpolation rather than before.
2019-08-25 14:24:31 -07:00
..
docx Docx writer: added framework for custom properties. 2018-10-09 10:38:50 -07:00
dzslides Updated dzslides template. 2015-07-13 22:46:49 -07:00
odt [odt] Infer table's caption from the paragraph (#3224) 2016-11-26 21:45:56 +01:00
pptx PowerPoint writer: expand builtin reference doc to model all layouts 2019-04-05 08:50:39 -04:00
templates Use new doctemplates, doclayout. 2019-08-25 14:24:31 -07:00
translations Translations: reorder alphabetically (#5335) 2019-02-27 11:11:50 -07:00
abbreviations Additional abbreviations 2018-11-20 15:42:24 -05:00
bash_completion.tpl Add tectonic as an option for --pdf-engine. (#5346) 2019-03-07 10:16:40 -07:00
epub.css EPUB2/3 templates: Move inline styles to default epub.css. 2019-05-03 22:25:46 -07:00
init.lua Lua filters: load module pandoc before calling init.lua (#5287) 2019-02-09 13:56:49 -08:00
jats.csl Update data/jats.csl to avoid commas between editor name-part elements. (#5629) 2019-07-05 13:07:51 +02:00
make-reference-files.hs make-reference-files: use proper path separators for Windows. 2015-05-28 09:59:08 -07:00
pandoc.List.lua Update copyright notices to include 2018 2018-01-05 20:39:12 +01:00
pandoc.lua Lua: add a clone() method to all AST elements (#5572) 2019-06-12 09:58:38 -07:00
sample.lua sample.lua: Add a missing '>' 2019-01-16 12:34:17 +01:00
vimwiki.css Added Vimwiki reader (#3705). 2017-06-19 22:15:12 +02:00