diff options
author | John MacFarlane <jgm@berkeley.edu> | 2013-11-29 18:01:07 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2013-11-30 11:32:47 -0800 |
commit | 659596876b74a2ce99ec5f7253962b27ca091354 (patch) | |
tree | c7a1af4ec523aa8b35f1e35162072cadc912447c /src/Text/Pandoc/MIME.hs | |
parent | e1a9a61774cce807c6db2fff7b8609b2d9dbc678 (diff) | |
download | pandoc-659596876b74a2ce99ec5f7253962b27ca091354.tar.gz |
EPUB writer: Improved metadata handling.
* Metadata may now be included in YAML blocks in a markdown document.
For example,
---
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
...
* Metadata may still be provided using `--epub-metadata`; it will
be merged with the metadata in YAML blocks.
* meta tags are used instead of opf attributes for EPUB3.
Diffstat (limited to 'src/Text/Pandoc/MIME.hs')
0 files changed, 0 insertions, 0 deletions