From c5f1a8ad2d2f7972e2c3e8bd22686bb99e84356d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 5 Feb 2013 20:08:00 -0800 Subject: Added `--default-image-extension` and `readerDefaultImageExtension`. Note: Currently this only affects the markdown reader. --- README | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README') 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. -- cgit v1.2.3