pandoc/tests/Tests/Readers
John MacFarlane 6f8b967d98 Removed readerSmart and the --smart option; added Ext_smart extension.
Now you will need to do

    -f markdown+smart

instead of

    -f markdown --smart

This change opens the way for writers, in addition to readers,
to be sensitive to +smart, but this change hasn't yet been made.

API change. Command-line option change.

Updated manual.
2017-01-25 17:07:42 +01:00
..
Docx.hs Added ReaderOptions parameter to readNative. 2017-01-25 17:07:41 +01:00
EPUB.hs Update all tests to use new readers and error structure. 2017-01-25 17:07:40 +01:00
HTML.hs Update all tests to use new readers and error structure. 2017-01-25 17:07:40 +01:00
LaTeX.hs Update all tests to use new readers and error structure. 2017-01-25 17:07:40 +01:00
Markdown.hs Removed readerSmart and the --smart option; added Ext_smart extension. 2017-01-25 17:07:42 +01:00
Odt.hs Added ReaderOptions parameter to readNative. 2017-01-25 17:07:41 +01:00
Org.hs Removed readerSmart and the --smart option; added Ext_smart extension. 2017-01-25 17:07:42 +01:00
RST.hs Update all tests to use new readers and error structure. 2017-01-25 17:07:40 +01:00
Txt2Tags.hs Removed --normalize option and normalization functions from Shared. 2017-01-25 17:07:41 +01:00