aboutsummaryrefslogtreecommitdiff
path: root/tests/Tests/Readers/Odt.hs
AgeCommit message (Expand)AuthorFilesLines
2017-01-30Fixed some compiler warnings in tests.John MacFarlane1-2/+0
2017-01-25Made `smart` extension default for pandoc markdown.John MacFarlane1-8/+8
2017-01-25Added ReaderOptions parameter to readNative.John MacFarlane1-1/+1
2017-01-25ODT test: remove unnecessary imports.Jesse Rosenthal1-1/+1
2017-01-25Update all tests to use new readers and error structure.Jesse Rosenthal1-6/+5
2017-01-25Changed readNative to use PandocMonad.John MacFarlane1-1/+3
2017-01-25Update tests to work with runPure.John MacFarlane1-1/+1
2016-12-13Test case for issue #3223 (#3308)hubertp-lshift1-0/+1
2016-12-13Test case for bug 2752 (#3306)hubertp-lshift1-0/+1
2016-11-30Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane1-3/+3
2016-11-26[odt] Infer table's caption from the paragraph (#3224)hubertp-lshift1-0/+1
2016-11-08Inline code when text has a special styleHubert Plociniczak1-0/+1
2016-10-24Export Text.Pandoc.Error in Text.Pandoc.John MacFarlane1-6/+1
2016-10-17Infer caption from the text following the imgHubert Plociniczak1-2/+4
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane1-2/+1
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane1-1/+2
2015-07-23Added odt readerMarLinn1-0/+165