pandoc/tests/Tests/Readers
John MacFarlane 3876b91448 Make Extensions a custom type instead of a Set Extension.
The type is implemented in terms of an underlying bitset
which should be more efficient.

API change: from Text.Pandoc.Extensions export Extensions,
emptyExtensions, extensionsFromList, enableExtension, disableExtension,
extensionEnabled.
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 Make Extensions a custom type instead of a Set 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 --normalize option and normalization functions from Shared. 2017-01-25 17:07:41 +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