aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-25RST reader include: handle negative values for start-, end-line.John MacFarlane1-23/+30
2017-01-25RST reader: support start-line and end-line in include.John MacFarlane1-2/+8
2017-01-25RST reader: Simple `.. include::` support.John MacFarlane1-2/+65
2017-01-25Added `--fail-if-warnings` option.John MacFarlane2-5/+24
2017-01-25Class: Functions for dealing with PureStateJesse Rosenthal1-23/+42
2017-01-25Class: rename env* prefixed fields to st*.Jesse Rosenthal1-28/+28
2017-01-25Shared: changed err and warn output.John MacFarlane1-5/+2
2017-01-25LaTeX reader: Make sure we process includes in preamble.John MacFarlane1-0/+1
2017-01-25LaTeX reader: further fixes to include.John MacFarlane1-7/+11
2017-01-25Give source position for include file loop.John MacFarlane1-1/+1
2017-01-25Error: change type of handleError.John MacFarlane3-16/+15
2017-01-25LaTeX reader: Proper include file processing.John MacFarlane3-123/+37
2017-01-25Removed readRSTWithWarnings (now useless).John MacFarlane2-11/+2
2017-01-25Parsing: Removed obsolete warnings stuff.John MacFarlane1-21/+3
2017-01-25TWiki reader: Remove old readTWikiWithWarnings'.John MacFarlane1-18/+5
2017-01-25Class: rename addWarning[WithPos] to warning[WithPos].John MacFarlane11-42/+40
2017-01-25Added a `--quiet` option to suppress warnings.John MacFarlane3-11/+24
2017-01-25Class: Renamed 'warn' to 'addWarning' and consolidated RTF writer.John MacFarlane11-41/+42
2017-01-25New withWarningsToStderr exported from Text.Pandoc.Class.John MacFarlane2-6/+23
2017-01-25Make sure texMathToInlines issues warning.John MacFarlane1-1/+3
2017-01-25Refactored math conversion in writers.John MacFarlane12-417/+489
2017-01-25Class: cleanup and clarification.Jesse Rosenthal1-22/+6
2017-01-25Remove OverlappingInstances pragma.Jesse Rosenthal1-1/+0
2017-01-25Remove redundant import.Jesse Rosenthal1-1/+1
2017-01-25Try adding OverlappingInstances pragma to parsing.Jesse Rosenthal1-0/+1
2017-01-25Readers: pass errors straight up to PandocMonad.Jesse Rosenthal8-13/+8
2017-01-25ODT test: remove unnecessary imports.Jesse Rosenthal1-1/+1
2017-01-25Fix rebasing errors.Jesse Rosenthal2-2/+2
2017-01-25Remove redundant imports from OPML reader.Jesse Rosenthal1-2/+0
2017-01-25Remove reader from PandocPure.Jesse Rosenthal1-50/+43
2017-01-25Make Txt2Tags test pass.Jesse Rosenthal3-5/+12
2017-01-25Have a common state for all PandocMonad instances.Jesse Rosenthal1-81/+63
2017-01-25Update all tests to use new readers and error structure.Jesse Rosenthal11-31/+32
2017-01-25Unify Errors.Jesse Rosenthal27-64/+83
2017-01-25Finish converting readers over.Jesse Rosenthal2-8/+21
2017-01-25Have to do some work to get the mediabag out.Jesse Rosenthal2-14/+22
2017-01-25Add Text2Tags to Text.PandocJesse Rosenthal2-7/+5
2017-01-25Add input and output filepaths to PandocMonad.Jesse Rosenthal1-12/+48
2017-01-25Add Zoned time to class.Jesse Rosenthal1-1/+15
2017-01-25Class: Add getModificationTimeJesse Rosenthal1-9/+37
2017-01-25Working on readers.Jesse Rosenthal26-1157/+1328
2017-01-25Add IncoherentInstances pragma for HasQuotedContext.Jesse Rosenthal1-1/+3
2017-01-25Class: add setMediaBag function.Jesse Rosenthal1-0/+6
2017-01-25Add ParseError to PandocExecutionError.Jesse Rosenthal1-1/+3
2017-01-25List derived instances vertically one-per-line for readability.Jesse Rosenthal1-2/+14
2017-01-25Change Test{State,Env} to Pure{State,Env}Jesse Rosenthal1-10/+10
2017-01-25Class: Add MediaBag to MonadState.Jesse Rosenthal1-6/+18
2017-01-25Class: Add stateful IO warnings, and function to get warndings.Jesse Rosenthal1-3/+9
2017-01-25Changed readNative to use PandocMonad.John MacFarlane6-11/+22
2017-01-25Text.Pandoc: Change Reader to Reader m.John MacFarlane1-9/+11