summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
Commit message (Expand)AuthorAge
* RST reader: recurse into bodies of unknown directives.John MacFarlane2017-03-19
* HTML reader: Better sanity checks on raw HTML.John MacFarlane2017-03-18
* Better handling of \part in LaTeX.John MacFarlane2017-03-13
* Org reader: interpret more meta value as inlinesAlbert Krewinkel2017-03-12
* Issue warning for duplicate header identifiers.John MacFarlane2017-03-12
* Markdown reader: optimized nonindentSpaces.John MacFarlane2017-03-11
* Removed normalizeSpaces from Text.Pandoc.Shared.John MacFarlane2017-03-10
* Docx reader: more efficient trimSps.John MacFarlane2017-03-10
* Expand \newenvironment macros.John MacFarlane2017-03-10
* LaTeX reader: Treat `{{xxx}}` the same as `{xxx}`.John MacFarlane2017-03-09
* Org reader: disallow tables on list marker linesAlbert Krewinkel2017-03-08
* Org reader: don't allow tables inside list items.John MacFarlane2017-03-08
* Markdown reader: Treat certain environments as inlineJohn MacFarlane2017-03-07
* LaTeX reader: allow newpage, clearpage, pagebreak in inline contextsJohn MacFarlane2017-03-06
* LaTeX reader: support all \textXX commands.John MacFarlane2017-03-05
* Markdown reader: fixed internal header links.John MacFarlane2017-03-05
* LaTeX reader: small improvements in parsing arguments.John MacFarlane2017-03-05
* LaTeX reader: Handle spaces before \cite arguments.John MacFarlane2017-03-05
* Added readerAbbreviations to ParserState.John MacFarlane2017-03-05
* Markdown reader: Fixed regression on left-biased union for metadata.John MacFarlane2017-03-05
* Parse YAML metadata in a context that sees footnotes...John MacFarlane2017-03-05
* Fixed some loose ends in #1592.John MacFarlane2017-03-04
* Markdown reader: treat span with class `smallcaps` as SmallCaps.John MacFarlane2017-03-04
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* RST reader: support RST-style citations.John MacFarlane2017-03-03
* RST reader: Handle multiline cells in simple tables.John MacFarlane2017-03-02
* 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