aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
2017-01-25Cleanups for rebase.John MacFarlane1-1/+1
2017-01-25Removed readerVerbosity and writerVerbosity.John MacFarlane2-16/+7
2017-01-25More logging-related changes.John MacFarlane5-100/+93
2017-01-25Changes to verbosity in writer and reader options.John MacFarlane7-10/+10
2017-01-25Revert "Added page breaks into Pandoc."John MacFarlane2-36/+10
2017-01-25Removed readerOldDashes and --old-dashes option, added old_dashes extension.John MacFarlane1-3/+1
2017-01-25Removed readerSmart and the --smart option; added Ext_smart extension.John MacFarlane6-9/+9
2017-01-25Make Extensions a custom type instead of a Set Extension.John MacFarlane1-9/+9
2017-01-25Removed `--normalize` option and normalization functions from Shared.John MacFarlane2-3/+7
2017-01-25Added ReaderOptions parameter to readNative.John MacFarlane1-2/+4
2017-01-25RST reader: rebase-related fixes to warnings.John MacFarlane1-13/+12
2017-01-25RST reader: removed now unnecessary lifts.John MacFarlane1-8/+7
2017-01-25Markdown reader: Removed readMarkdownWithWarnings [API change].John MacFarlane1-10/+1
2017-01-25Have warningWithPos take a SourcePos rather than Maybe SourcePos.John MacFarlane3-8/+8
2017-01-25LaTeX reader: add warning when parsing unescaped charactersJohn MacFarlane1-4/+5
2017-01-25RST reader: implement start-after, end-before fields for include.John MacFarlane1-6/+12
2017-01-25RST reader: handle code, literal, number-lines, class, name for include.John MacFarlane1-30/+27
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-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-25LaTeX reader: Proper include file processing.John MacFarlane1-111/+33
2017-01-25Removed readRSTWithWarnings (now useless).John MacFarlane1-10/+1
2017-01-25TWiki reader: Remove old readTWikiWithWarnings'.John MacFarlane1-18/+5
2017-01-25Class: rename addWarning[WithPos] to warning[WithPos].John MacFarlane4-15/+15
2017-01-25Class: Renamed 'warn' to 'addWarning' and consolidated RTF writer.John MacFarlane3-8/+8
2017-01-25Refactored math conversion in writers.John MacFarlane1-48/+0
2017-01-25Readers: pass errors straight up to PandocMonad.Jesse Rosenthal8-13/+8
2017-01-25Remove redundant imports from OPML reader.Jesse Rosenthal1-2/+0
2017-01-25Unify Errors.Jesse Rosenthal15-20/+30
2017-01-25Add Text2Tags to Text.PandocJesse Rosenthal1-3/+3
2017-01-25Working on readers.Jesse Rosenthal24-1111/+1269
2017-01-25Changed readNative to use PandocMonad.John MacFarlane1-3/+6
2017-01-25Deleted whitespace at end of source lines.John MacFarlane2-3/+3
2017-01-25Added page breaks into Pandoc.Hubert Plociniczak2-10/+36
2017-01-19Org reader: allow short hand for single-line raw blocksAlbert Krewinkel2-8/+17
2017-01-19MediaWiki reader: improved handling of display math.John MacFarlane1-2/+3
2017-01-08Fixed -f markdown_github-hard_line_breaks+escaped_line_breaks.John MacFarlane1-0/+1
2017-01-06Remove pipe char irking the haddock coverage toolAlbert Krewinkel1-1/+1
2017-01-06Org reader: accept org-ref citations followed by commasAlbert Krewinkel1-15/+16
2017-01-05Org reader: ensure emphasis markup can be nestedAlbert Krewinkel1-0/+3
2017-01-05MediaWiki reader: Fix quotation mark parsing (#3336)tgkokk1-6/+3
2016-12-24markdown reader: disallow space between inline code and attributes (#3326)Mauro Bieg1-2/+2
2016-12-13Docx reader: Empty header should be list of lists.Jesse Rosenthal1-9/+11
2016-12-08Docx reader: Ensure one-row tables don't have header.Jesse Rosenthal1-1/+2
2016-12-08Removed debug trace from HTML reader.John MacFarlane1-2/+1
2016-12-07HTML reader: Understand `style=width:` as well as `width` in `col`.John MacFarlane1-2/+7
2016-12-07RST reader: print warnings when keys, substitition, notes not found.John MacFarlane1-6/+26