summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2013-12-03 10:32:03 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2013-12-03 10:32:25 -0800
commitbd96f2bdcce55bfe5a7b753d29b3f4a45986f211 (patch)
treeb8f842c715af22a9764b257f1a7b0eab1e9c9f5c /README
parent1213192cae2ee5ba9b7c382a56078d70ccab9815 (diff)
EPUB writer: Allow 'stylesheet' in metadata.
The value is a path to the stylesheet.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index 2a5ecc6ad..11cbf189f 100644
--- a/README
+++ b/README
@@ -2822,6 +2822,8 @@ The following fields are recognized:
~ A string value.
`cover-image`
~ A string value (path to cover image).
+`stylesheet`
+ ~ A string value (path to CSS stylesheet).
Literate Haskell support
========================