aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2013-11-30 15:17:38 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2013-11-30 15:17:38 -0800
commit96b678d823b544e3da7dd8531615c52de6164cb8 (patch)
tree504717f8549e7125282fc95dbd6de838bb9c2f59 /README
parent2f4bf9dfa4049f9dc087c969442dcbf8f4e4c2a1 (diff)
downloadpandoc-96b678d823b544e3da7dd8531615c52de6164cb8.tar.gz
Allow specification of epub-cover-image in YAML metadata.
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index 3afbe8b0b..35194769b 100644
--- a/README
+++ b/README
@@ -541,7 +541,9 @@ Options affecting specific writers
`--epub-cover-image=`*FILE*
: Use the specified image as the EPUB cover. It is recommended
- that the image be less than 1000px in width and height.
+ that the image be less than 1000px in width and height. Note that
+ in a markdown source document you can also specify `epub-cover-image`
+ in a YAML metadata block (see [EPUB Metadata], below).
`--epub-metadata=`*FILE*
: Look in the specified XML file for metadata for the EPUB.
@@ -2818,6 +2820,8 @@ The following fields are recognized:
~ A string value.
`rights`
~ A string value.
+`epub-cover-image`
+ ~ A string value (path to cover image).
Literate Haskell support
========================