summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-02-05 20:08:00 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-02-05 20:08:00 -0800
commitc5f1a8ad2d2f7972e2c3e8bd22686bb99e84356d (patch)
treefddc9cc35071f7bb46477c9872f65d537506c7d6 /README
parent1aa74199cf26ce5c603b2431b821cbf39e8eccf9 (diff)
Added `--default-image-extension` and `readerDefaultImageExtension`.
Note: Currently this only affects the markdown reader.
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 20581b26a..cdb5a1226 100644
--- a/README
+++ b/README
@@ -243,6 +243,11 @@ Reader options
`perl,numberLines` or `haskell`. Multiple classes may be separated
by spaces or commas.
+`--default-image-extension=`*EXTENSION*
+: Specify a default extension to use when markdown image paths/URLs have no
+ extension. This allows you to use the same markdown source for
+ formats that require different kinds of images.
+
`--normalize`
: Normalize the document after reading: merge adjacent
`Str` or `Emph` elements, for example, and remove repeated `Space`s.