diff options
author | Kelsey Hightower <kelsey.hightower@gmail.com> | 2011-07-04 23:39:50 -0400 |
---|---|---|
committer | Kelsey Hightower <kelsey.hightower@gmail.com> | 2011-07-04 23:39:50 -0400 |
commit | cf11673d83126c177c2d029fe5c284329f9a927a (patch) | |
tree | 427834f56fe724b3f7b5f42a7ddaf941ccef4a21 /src/Text/Pandoc/XML.hs | |
parent | 9b5f1cba212f77c2aa3c6b28cbb3c000d805fcd8 (diff) | |
download | pandoc-cf11673d83126c177c2d029fe5c284329f9a927a.tar.gz |
EPUB writer: Add a meta element specify the cover.
Some EPUB e-readers, such as the Nook, require a meta element inside the
OPF metadata block to ensure the cover image is properly displayed.
When generating an EPUB using the `--epub-cover-image` option, this
patch adds the following meta element to the OPF metadata block in
`content.opf`:
<meta name="cover" content="cover-image" />
Diffstat (limited to 'src/Text/Pandoc/XML.hs')
0 files changed, 0 insertions, 0 deletions