aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
2017-02-17Markdown reader: Use logMessage instead of report.John MacFarlane1-5/+7
2017-02-17Fixed repeated log messages in RST reader.John MacFarlane1-13/+14
2017-02-15Fix indirect hyperlink targets. Closes #512.John MacFarlane1-23/+33
2017-02-14LaTeX reader: include contents of `\parbox`.John MacFarlane1-0/+1
2017-02-14Removed unnecessary import.John MacFarlane1-1/+1
2017-02-13LaTeX reader: properly handle column prefixes/suffixes.John MacFarlane1-12/+33
2017-02-11RST reader: Support `.. line-block` directive.John MacFarlane1-2/+7
2017-02-11RST reader/writer: properly handle table captions.John MacFarlane1-1/+1
2017-02-11RST reader: Initial support of .. table directive.John MacFarlane1-4/+21
2017-02-11Fixed small bug in RST list parsing.John MacFarlane1-3/+2
2017-02-11Use new warnings throughout the code base.John MacFarlane9-77/+69
2017-02-10Added Text.Pandoc.Logging (exported module).John MacFarlane6-2/+8
2017-02-10LaTeX reader: Improved messages for skipped environments.John MacFarlane1-5/+13
2017-02-10LaTeX reader: Improved warning messages for unknown commands.John MacFarlane1-19/+23
2017-02-10HTML reader: Added warnings for ignored material.John MacFarlane1-5/+14
2017-02-09LaTeX reader: Issue warnings when skipping unknown latex commands.John MacFarlane1-4/+10
2017-02-08LaTeX reader: support `\lstinputlisting`.John MacFarlane1-11/+34
2017-02-07RST reader: Improved admonition support.John MacFarlane1-6/+8
2017-02-07Refactored some files formerly in LaTeX reader.John MacFarlane2-33/+6
2017-02-07Moved readFileFromDirs to Text.Pandoc.Class.John MacFarlane1-29/+9
2017-02-07Refactored include file handling in LaTeX reader.John MacFarlane1-14/+16
2017-02-06Removed --parse-raw and readerParseRaw.John MacFarlane6-26/+23
2017-02-03Docx reader: handle local namespace declarations.John MacFarlane2-107/+127
2017-02-03Docx reader: Don't drop smartTag contents.John MacFarlane2-0/+8
2017-01-27Shared: rename compactify', compactify'DL -> compactify, compactifyDL.John MacFarlane5-16/+16
2017-01-27Removed Shared.compactify.John MacFarlane1-8/+13
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