aboutsummaryrefslogtreecommitdiff
path: root/tests/Tests/Readers
AgeCommit message (Expand)AuthorFilesLines
2017-01-25Removed readerVerbosity and writerVerbosity.John MacFarlane1-1/+2
2017-01-25Removed unneeded imports.John MacFarlane1-2/+0
2017-01-25Made `smart` extension default for pandoc markdown.John MacFarlane5-22/+27
2017-01-25Removed readerSmart and the --smart option; added Ext_smart extension.John MacFarlane2-2/+4
2017-01-25Make Extensions a custom type instead of a Set Extension.John MacFarlane1-4/+3
2017-01-25Removed `--normalize` option and normalization functions from Shared.John MacFarlane2-2/+2
2017-01-25Added ReaderOptions parameter to readNative.John MacFarlane2-2/+2
2017-01-25Class: no more MonadState CommonState.John MacFarlane1-2/+2
2017-01-25ODT test: remove unnecessary imports.Jesse Rosenthal1-1/+1
2017-01-25Make Txt2Tags test pass.Jesse Rosenthal1-4/+9
2017-01-25Update all tests to use new readers and error structure.Jesse Rosenthal9-25/+28
2017-01-25Changed readNative to use PandocMonad.John MacFarlane2-2/+6
2017-01-25Update tests to work with runPure.John MacFarlane2-2/+2
2017-01-19Org reader: allow short hand for single-line raw blocksAlbert Krewinkel1-0/+12
2017-01-06Org reader: accept org-ref citations followed by commasAlbert Krewinkel1-0/+12
2017-01-05Org reader: ensure emphasis markup can be nestedAlbert Krewinkel1-0/+4
2016-12-24markdown reader: disallow space between inline code and attributes (#3326)Mauro Bieg1-1/+2
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-12-08Docx reader: Ensure one-row tables don't have header.Jesse Rosenthal1-0/+4
2016-11-30Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane2-6/+6
2016-11-26[odt] Infer table's caption from the paragraph (#3224)hubertp-lshift1-0/+1
2016-11-19Org reader: Ensure images in paragraphs are not parsed as figuresAlbert Krewinkel1-12/+22
2016-11-13HTML reader: only treat "a" element as link if it has href.John MacFarlane1-0/+4
2016-11-09Org reader: allow HTML attribs on non-figure imagesAlbert Krewinkel1-0/+6
2016-11-08Inline code when text has a special styleHubert Plociniczak1-0/+1
2016-10-30Org reader: support `ATTR_HTML` for special blocksAlbert Krewinkel1-0/+9
2016-10-30Org reader: support the `todo` export optionAlbert Krewinkel1-0/+6
2016-10-30Org reader: add support for todo-markersAlbert Krewinkel1-125/+165
2016-10-26Markdown Reader: add attributes for autolink (#3183)Daniele D'Orazio1-1/+10
2016-10-24Export Text.Pandoc.Error in Text.Pandoc.John MacFarlane7-13/+1
2016-10-23Tighten up parsing of raw email addresses.John MacFarlane1-0/+5
2016-10-18Merge pull request #3165 from hubertp-lshift/feature/odt-imageJohn MacFarlane1-2/+4
2016-10-17Infer caption from the text following the imgHubert Plociniczak1-2/+4
2016-10-17RST reader: Add test for space-before-note.Jesse Rosenthal1-0/+9
2016-10-14Org reader: allow figure with empty captionAlbert Krewinkel1-0/+6
2016-10-14Remove Tests.ArbitraryJesse Rosenthal5-5/+5
2016-10-13Parse line-oriented markup as LineBlockAlbert Krewinkel2-13/+9
2016-08-30Org reader: respect unnumbered header propertyAlbert Krewinkel1-0/+9
2016-08-29Merge branch 'org-meta-handling'Albert Krewinkel1-63/+124
2016-08-29Docx reader: test for nested anchor spans in headerJesse Rosenthal1-0/+4
2016-08-29Org reader: respect `creator` export optionAlbert Krewinkel1-0/+6
2016-08-29Org reader: respect `email` export optionAlbert Krewinkel1-0/+6
2016-08-29Org reader: respect `author` export optionAlbert Krewinkel1-0/+6
2016-08-29Put Org reader export option tests into test groupAlbert Krewinkel1-61/+65
2016-08-29Org reader: read HTML_head as header-includesAlbert Krewinkel1-0/+7
2016-08-29Org reader: set classoption meta from LaTeX_class_optionsAlbert Krewinkel1-0/+5
2016-08-29Org reader: set documentclass meta from LaTeX_classAlbert Krewinkel1-0/+5
2016-08-29Org reader: read LaTeX_header as header-includesAlbert Krewinkel1-0/+7
2016-08-29Org reader: give precedence to later meta linesAlbert Krewinkel1-0/+8