pandoc/data
John MacFarlane d1948ce012 EPUB, EPUB3 templates: Handle structured metadata on titlepage.
Previously we just expected 'title', 'subtitle', 'author', 'date'.
Now we still support those, but also support the format recommended
for epub metadata in the pandoc README:

    ---
    title:
    - type: main
      text: My Book
    - type: subtitle
      text: An investigation of metadata
    creator:
    - role: author
      text: John Smith
    - role: editor
      text: Sarah Jones
    identifier:
    - scheme: DOI
      text: doi:10.234234.234/33
    publisher:  My Press
    rights:  (c) 2007 John Smith, CC BY-NC
    ...
2014-08-31 12:01:55 -07:00
..
dzslides Moved all data files and templates to data/. 2012-12-29 18:14:29 -08:00
templates@2d5491bc0b EPUB, EPUB3 templates: Handle structured metadata on titlepage. 2014-08-31 12:01:55 -07:00
epub.css Simplified margin fields in default epub CSS file. 2013-07-13 14:48:14 -07:00
LaTeXMathML.js Added --mathml option; removed Text.Pandoc.LaTeXMathML. 2010-03-18 06:45:56 +00:00
MathMLinHTML.js MathMLinHTML: Fix deprecation warning 2014-04-20 08:53:59 +02:00
reference.docx Docx writer: Bibliography entries get Bibliography style. 2014-08-23 20:52:09 -07:00
reference.odt reference.odt: Tidied styles.xml. 2014-01-02 12:54:33 -08:00
sample.lua Custom writers now work with --template. 2014-07-16 15:17:08 -07:00