aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
2017-03-05Added readerAbbreviations to ParserState.John MacFarlane1-25/+16
2017-03-05Markdown reader: Fixed regression on left-biased union for metadata.John MacFarlane1-6/+9
2017-03-05Parse YAML metadata in a context that sees footnotes...John MacFarlane1-84/+83
2017-03-04Fixed some loose ends in #1592.John MacFarlane1-1/+3
2017-03-04Markdown reader: treat span with class `smallcaps` as SmallCaps.John MacFarlane1-13/+18
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane27-464/+467
2017-03-03RST reader: support RST-style citations.John MacFarlane1-14/+54
2017-03-02RST reader: Handle multiline cells in simple tables.John MacFarlane1-8/+16
2017-03-02Markdown reader: when splitting pipe table cells, skip tex math.John MacFarlane1-1/+1
2017-03-01LaTeX reader: don't drop contents of \hypertarget.John MacFarlane1-0/+3
2017-02-28RST reader: implemented implicit internal header links.John MacFarlane1-18/+42
2017-02-27LaTeX reader: Handle komascript `\dedication`.John MacFarlane1-0/+2
2017-02-27Minor cleanups in LaTeX reader.John MacFarlane1-5/+4
2017-02-26RST reader: support scale and align attributes of images.John MacFarlane1-5/+25
2017-02-25LaTeX reader: allow hspace and vspace to count as raw block or inline.John MacFarlane1-3/+5
2017-02-25Revert "LaTeX reader: don't treat `\vspace` and `\hspace` as block commands."John MacFarlane1-0/+1
2017-02-24Implemented `\graphicspath` in LaTeX reader.John MacFarlane1-1/+8
2017-02-24EPUB reader: minor refactoring, avoiding explicit MediaBag handling.John MacFarlane1-8/+6
2017-02-22When parsing raw LaTeX commands, include trailing space.John MacFarlane1-2/+2
2017-02-21MediaWiki reader: ensure that list starts begin at left margin.John MacFarlane1-9/+18
2017-02-21MediaWiki reader: fixed more table issues.John MacFarlane1-9/+7
2017-02-21MediaWiki reader: Allow blank line after table start.John MacFarlane1-1/+1
2017-02-21MediaWiki tables: allow extra hyphens after `|-` in tables.John MacFarlane1-1/+1
2017-02-20Tighten up HasQuoteContext instance in HTML reader.John MacFarlane1-1/+1
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