summaryrefslogtreecommitdiff
path: root/tests/Tests/Readers
Commit message (Expand)AuthorAge
* Removed readerVerbosity and writerVerbosity.John MacFarlane2017-01-25
* Removed unneeded imports.John MacFarlane2017-01-25
* Made `smart` extension default for pandoc markdown.John MacFarlane2017-01-25
* Removed readerSmart and the --smart option; added Ext_smart extension.John MacFarlane2017-01-25
* Make Extensions a custom type instead of a Set Extension.John MacFarlane2017-01-25
* Removed `--normalize` option and normalization functions from Shared.John MacFarlane2017-01-25
* Added ReaderOptions parameter to readNative.John MacFarlane2017-01-25
* Class: no more MonadState CommonState.John MacFarlane2017-01-25
* ODT test: remove unnecessary imports.Jesse Rosenthal2017-01-25
* Make Txt2Tags test pass.Jesse Rosenthal2017-01-25
* Update all tests to use new readers and error structure.Jesse Rosenthal2017-01-25
* Changed readNative to use PandocMonad.John MacFarlane2017-01-25
* Update tests to work with runPure.John MacFarlane2017-01-25
* Org reader: allow short hand for single-line raw blocksAlbert Krewinkel2017-01-19
* Org reader: accept org-ref citations followed by commasAlbert Krewinkel2017-01-06
* Org reader: ensure emphasis markup can be nestedAlbert Krewinkel2017-01-05
* markdown reader: disallow space between inline code and attributes (#3326)Mauro Bieg2016-12-24
* Test case for issue #3223 (#3308)hubertp-lshift2016-12-13
* Test case for bug 2752 (#3306)hubertp-lshift2016-12-13
* Docx reader: Ensure one-row tables don't have header.Jesse Rosenthal2016-12-08
* Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane2016-11-30
* [odt] Infer table's caption from the paragraph (#3224)hubertp-lshift2016-11-26
* Org reader: Ensure images in paragraphs are not parsed as figuresAlbert Krewinkel2016-11-19
* HTML reader: only treat "a" element as link if it has href.John MacFarlane2016-11-13
* Org reader: allow HTML attribs on non-figure imagesAlbert Krewinkel2016-11-09
* Inline code when text has a special styleHubert Plociniczak2016-11-08
* Org reader: support `ATTR_HTML` for special blocksAlbert Krewinkel2016-10-30
* Org reader: support the `todo` export optionAlbert Krewinkel2016-10-30
* Org reader: add support for todo-markersAlbert Krewinkel2016-10-30
* Markdown Reader: add attributes for autolink (#3183)Daniele D'Orazio2016-10-26
* Export Text.Pandoc.Error in Text.Pandoc.John MacFarlane2016-10-24
* Tighten up parsing of raw email addresses.John MacFarlane2016-10-23
* Merge pull request #3165 from hubertp-lshift/feature/odt-imageJohn MacFarlane2016-10-18
|\
| * Infer caption from the text following the imgHubert Plociniczak2016-10-17
* | RST reader: Add test for space-before-note.Jesse Rosenthal2016-10-17
* | Org reader: allow figure with empty captionAlbert Krewinkel2016-10-14
* | Remove Tests.ArbitraryJesse Rosenthal2016-10-14
* | Parse line-oriented markup as LineBlockAlbert Krewinkel2016-10-13
|/
* Org reader: respect unnumbered header propertyAlbert Krewinkel2016-08-30
* Merge branch 'org-meta-handling'Albert Krewinkel2016-08-29
|\
| * Org reader: respect `creator` export optionAlbert Krewinkel2016-08-29
| * Org reader: respect `email` export optionAlbert Krewinkel2016-08-29
| * Org reader: respect `author` export optionAlbert Krewinkel2016-08-29
| * Put Org reader export option tests into test groupAlbert Krewinkel2016-08-29
| * Org reader: read HTML_head as header-includesAlbert Krewinkel2016-08-29
| * Org reader: set classoption meta from LaTeX_class_optionsAlbert Krewinkel2016-08-29
| * Org reader: set documentclass meta from LaTeX_classAlbert Krewinkel2016-08-29
| * Org reader: read LaTeX_header as header-includesAlbert Krewinkel2016-08-29
| * Org reader: give precedence to later meta linesAlbert Krewinkel2016-08-29
| * Org reader: allow multiple, comma-separated authorsAlbert Krewinkel2016-08-29