summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* LaTeX reader: further fixes to include.John MacFarlane2017-01-25
* Give source position for include file loop.John MacFarlane2017-01-25
* Error: change type of handleError.John MacFarlane2017-01-25
* LaTeX reader: Proper include file processing.John MacFarlane2017-01-25
* Removed readRSTWithWarnings (now useless).John MacFarlane2017-01-25
* Parsing: Removed obsolete warnings stuff.John MacFarlane2017-01-25
* TWiki reader: Remove old readTWikiWithWarnings'.John MacFarlane2017-01-25
* Class: rename addWarning[WithPos] to warning[WithPos].John MacFarlane2017-01-25
* Added a `--quiet` option to suppress warnings.John MacFarlane2017-01-25
* Class: Renamed 'warn' to 'addWarning' and consolidated RTF writer.John MacFarlane2017-01-25
* New withWarningsToStderr exported from Text.Pandoc.Class.John MacFarlane2017-01-25
* Make sure texMathToInlines issues warning.John MacFarlane2017-01-25
* Refactored math conversion in writers.John MacFarlane2017-01-25
* Class: cleanup and clarification.Jesse Rosenthal2017-01-25
* Remove OverlappingInstances pragma.Jesse Rosenthal2017-01-25
* Remove redundant import.Jesse Rosenthal2017-01-25
* Try adding OverlappingInstances pragma to parsing.Jesse Rosenthal2017-01-25
* Readers: pass errors straight up to PandocMonad.Jesse Rosenthal2017-01-25
* ODT test: remove unnecessary imports.Jesse Rosenthal2017-01-25
* Fix rebasing errors.Jesse Rosenthal2017-01-25
* Remove redundant imports from OPML reader.Jesse Rosenthal2017-01-25
* Remove reader from PandocPure.Jesse Rosenthal2017-01-25
* Make Txt2Tags test pass.Jesse Rosenthal2017-01-25
* Have a common state for all PandocMonad instances.Jesse Rosenthal2017-01-25
* Update all tests to use new readers and error structure.Jesse Rosenthal2017-01-25
* Unify Errors.Jesse Rosenthal2017-01-25
* Finish converting readers over.Jesse Rosenthal2017-01-25
* Have to do some work to get the mediabag out.Jesse Rosenthal2017-01-25
* Add Text2Tags to Text.PandocJesse Rosenthal2017-01-25
* Add input and output filepaths to PandocMonad.Jesse Rosenthal2017-01-25
* Add Zoned time to class.Jesse Rosenthal2017-01-25
* Class: Add getModificationTimeJesse Rosenthal2017-01-25
* Working on readers.Jesse Rosenthal2017-01-25
* Add IncoherentInstances pragma for HasQuotedContext.Jesse Rosenthal2017-01-25
* Class: add setMediaBag function.Jesse Rosenthal2017-01-25
* Add ParseError to PandocExecutionError.Jesse Rosenthal2017-01-25
* List derived instances vertically one-per-line for readability.Jesse Rosenthal2017-01-25
* Change Test{State,Env} to Pure{State,Env}Jesse Rosenthal2017-01-25
* Class: Add MediaBag to MonadState.Jesse Rosenthal2017-01-25
* Class: Add stateful IO warnings, and function to get warndings.Jesse Rosenthal2017-01-25
* Changed readNative to use PandocMonad.John MacFarlane2017-01-25
* Text.Pandoc: Change Reader to Reader m.John MacFarlane2017-01-25
* Removed some commented-out source.John MacFarlane2017-01-25
* Deleted whitespace at end of source lines.John MacFarlane2017-01-25
* Fixed icml tables test (no newline at end).John MacFarlane2017-01-25
* Fixed regression in OPML writer.John MacFarlane2017-01-25
* Fixed rtf tables testJohn MacFarlane2017-01-25
* Texinfo writer: restore former behavior for headers level > 4.John MacFarlane2017-01-25
* Update tests to work with runPure.John MacFarlane2017-01-25
* Export Text.Pandoc.Class from Text.Pandoc.John MacFarlane2017-01-25