summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-05-09 00:07:27 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-05-09 00:07:27 -0700
commit7920a1a46987c8d57e12ffc134a9da9a9a4e9ecb (patch)
tree27e01aa9e25840227e961519a2763e5b2cd5699c /README
parent1c2951dfd9ee72e5270cb974a06098adb9178f89 (diff)
Revert "EPUB writer: stylesheet changes. Closes #2040."
This reverts commit 1c2951dfd9ee72e5270cb974a06098adb9178f89. See #2040. The semantics was too squishy. `--css` takes a URL, but for EPUB we need files that we can read. I prefer keeping the old system for now, with `--epub-stylesheet`.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 0 insertions, 2 deletions
diff --git a/README b/README
index 10097f4b7..fa93bf8e5 100644
--- a/README
+++ b/README
@@ -646,8 +646,6 @@ Options affecting specific writers
is specified, pandoc will look for a file `epub.css` in the
user data directory (see `--data-dir`). If it is not
found there, sensible defaults will be used.
- (*Deprecated:* use `--css` or the `stylesheet` metadata field
- instead.)
`--epub-cover-image=`*FILE*