diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-02-05 20:08:00 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-02-05 20:08:00 -0800 |
commit | c5f1a8ad2d2f7972e2c3e8bd22686bb99e84356d (patch) | |
tree | fddc9cc35071f7bb46477c9872f65d537506c7d6 /README | |
parent | 1aa74199cf26ce5c603b2431b821cbf39e8eccf9 (diff) | |
download | pandoc-c5f1a8ad2d2f7972e2c3e8bd22686bb99e84356d.tar.gz |
Added `--default-image-extension` and `readerDefaultImageExtension`.
Note: Currently this only affects the markdown reader.
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |