summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
Commit message (Expand)AuthorAge
* Markdown reader: when splitting pipe table cells, skip tex math.John MacFarlane2017-03-02
* LaTeX reader: don't drop contents of \hypertarget.John MacFarlane2017-03-01
* RST reader: implemented implicit internal header links.John MacFarlane2017-02-28
* LaTeX reader: Handle komascript `\dedication`.John MacFarlane2017-02-27
* Minor cleanups in LaTeX reader.John MacFarlane2017-02-27
* RST reader: support scale and align attributes of images.John MacFarlane2017-02-26
* LaTeX reader: allow hspace and vspace to count as raw block or inline.John MacFarlane2017-02-25
* Revert "LaTeX reader: don't treat `\vspace` and `\hspace` as block commands."John MacFarlane2017-02-25
* Implemented `\graphicspath` in LaTeX reader.John MacFarlane2017-02-24
* EPUB reader: minor refactoring, avoiding explicit MediaBag handling.John MacFarlane2017-02-24
* When parsing raw LaTeX commands, include trailing space.John MacFarlane2017-02-22
* MediaWiki reader: ensure that list starts begin at left margin.John MacFarlane2017-02-21
* MediaWiki reader: fixed more table issues.John MacFarlane2017-02-21
* MediaWiki reader: Allow blank line after table start.John MacFarlane2017-02-21
* MediaWiki tables: allow extra hyphens after `|-` in tables.John MacFarlane2017-02-21
* Tighten up HasQuoteContext instance in HTML reader.John MacFarlane2017-02-20
* Markdown reader: Use logMessage instead of report.John MacFarlane2017-02-17
* Fixed repeated log messages in RST reader.John MacFarlane2017-02-17
* Fix indirect hyperlink targets. Closes #512.John MacFarlane2017-02-15
* LaTeX reader: include contents of `\parbox`.John MacFarlane2017-02-14
* Removed unnecessary import.John MacFarlane2017-02-14
* LaTeX reader: properly handle column prefixes/suffixes.John MacFarlane2017-02-13
* RST reader: Support `.. line-block` directive.John MacFarlane2017-02-11
* RST reader/writer: properly handle table captions.John MacFarlane2017-02-11
* RST reader: Initial support of .. table directive.John MacFarlane2017-02-11
* Fixed small bug in RST list parsing.John MacFarlane2017-02-11
* Use new warnings throughout the code base.John MacFarlane2017-02-11
* Added Text.Pandoc.Logging (exported module).John MacFarlane2017-02-10
* LaTeX reader: Improved messages for skipped environments.John MacFarlane2017-02-10
* LaTeX reader: Improved warning messages for unknown commands.John MacFarlane2017-02-10
* HTML reader: Added warnings for ignored material.John MacFarlane2017-02-10
* LaTeX reader: Issue warnings when skipping unknown latex commands.John MacFarlane2017-02-09
* LaTeX reader: support `\lstinputlisting`.John MacFarlane2017-02-08
* RST reader: Improved admonition support.John MacFarlane2017-02-07
* Refactored some files formerly in LaTeX reader.John MacFarlane2017-02-07
* Moved readFileFromDirs to Text.Pandoc.Class.John MacFarlane2017-02-07
* Refactored include file handling in LaTeX reader.John MacFarlane2017-02-07
* Removed --parse-raw and readerParseRaw.John MacFarlane2017-02-06
* Docx reader: handle local namespace declarations.John MacFarlane2017-02-03
* Docx reader: Don't drop smartTag contents.John MacFarlane2017-02-03
* Shared: rename compactify', compactify'DL -> compactify, compactifyDL.John MacFarlane2017-01-27
* Removed Shared.compactify.John MacFarlane2017-01-27
* Cleanups for rebase.John MacFarlane2017-01-25
* Removed readerVerbosity and writerVerbosity.John MacFarlane2017-01-25
* More logging-related changes.John MacFarlane2017-01-25
* Changes to verbosity in writer and reader options.John MacFarlane2017-01-25
* Revert "Added page breaks into Pandoc."John MacFarlane2017-01-25
* Removed readerOldDashes and --old-dashes option, added old_dashes extension.John MacFarlane2017-01-25
* Removed readerSmart and the --smart option; added Ext_smart extension.John MacFarlane2017-01-25
* Make Extensions a custom type instead of a Set Extension.John MacFarlane2017-01-25