summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
Commit message (Expand)AuthorAge
* Docx reader: handle local namespace declarations.John MacFarlane2017-02-03
* Docx reader: Don't drop smartTag contents.John MacFarlane2017-02-03
* Shared: rename compactify', compactify'DL -> compactify, compactifyDL.John MacFarlane2017-01-27
* Removed Shared.compactify.John MacFarlane2017-01-27
* Cleanups for rebase.John MacFarlane2017-01-25
* Removed readerVerbosity and writerVerbosity.John MacFarlane2017-01-25
* More logging-related changes.John MacFarlane2017-01-25
* Changes to verbosity in writer and reader options.John MacFarlane2017-01-25
* Revert "Added page breaks into Pandoc."John MacFarlane2017-01-25
* Removed readerOldDashes and --old-dashes option, added old_dashes extension.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
* RST reader: rebase-related fixes to warnings.John MacFarlane2017-01-25
* RST reader: removed now unnecessary lifts.John MacFarlane2017-01-25
* Markdown reader: Removed readMarkdownWithWarnings [API change].John MacFarlane2017-01-25
* Have warningWithPos take a SourcePos rather than Maybe SourcePos.John MacFarlane2017-01-25
* LaTeX reader: add warning when parsing unescaped charactersJohn MacFarlane2017-01-25
* RST reader: implement start-after, end-before fields for include.John MacFarlane2017-01-25
* RST reader: handle code, literal, number-lines, class, name for include.John MacFarlane2017-01-25
* RST reader include: handle negative values for start-, end-line.John MacFarlane2017-01-25
* RST reader: support start-line and end-line in include.John MacFarlane2017-01-25
* RST reader: Simple `.. include::` support.John MacFarlane2017-01-25
* LaTeX reader: Make sure we process includes in preamble.John MacFarlane2017-01-25
* LaTeX reader: further fixes to include.John MacFarlane2017-01-25
* Give source position for include file loop.John MacFarlane2017-01-25
* LaTeX reader: Proper include file processing.John MacFarlane2017-01-25
* Removed readRSTWithWarnings (now useless).John MacFarlane2017-01-25
* TWiki reader: Remove old readTWikiWithWarnings'.John MacFarlane2017-01-25
* Class: rename addWarning[WithPos] to warning[WithPos].John MacFarlane2017-01-25
* Class: Renamed 'warn' to 'addWarning' and consolidated RTF writer.John MacFarlane2017-01-25
* Refactored math conversion in writers.John MacFarlane2017-01-25
* Readers: pass errors straight up to PandocMonad.Jesse Rosenthal2017-01-25
* Remove redundant imports from OPML reader.Jesse Rosenthal2017-01-25
* Unify Errors.Jesse Rosenthal2017-01-25
* Add Text2Tags to Text.PandocJesse Rosenthal2017-01-25
* Working on readers.Jesse Rosenthal2017-01-25
* Changed readNative to use PandocMonad.John MacFarlane2017-01-25
* Deleted whitespace at end of source lines.John MacFarlane2017-01-25
* Added page breaks into Pandoc.Hubert Plociniczak2017-01-25
* Org reader: allow short hand for single-line raw blocksAlbert Krewinkel2017-01-19
* MediaWiki reader: improved handling of display math.John MacFarlane2017-01-19
* Fixed -f markdown_github-hard_line_breaks+escaped_line_breaks.John MacFarlane2017-01-08
* Remove pipe char irking the haddock coverage toolAlbert Krewinkel2017-01-06
* Org reader: accept org-ref citations followed by commasAlbert Krewinkel2017-01-06
* Org reader: ensure emphasis markup can be nestedAlbert Krewinkel2017-01-05
* MediaWiki reader: Fix quotation mark parsing (#3336)tgkokk2017-01-05
* markdown reader: disallow space between inline code and attributes (#3326)Mauro Bieg2016-12-24
* Docx reader: Empty header should be list of lists.Jesse Rosenthal2016-12-13