aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
2017-04-16Org reader: convert markup at beginning of footnotesAlbert Krewinkel1-1/+1
2017-04-15Docx reader: removed readDocxWithWarnings (API change).John MacFarlane1-9/+1
2017-04-14s/safed/saved/Alexander Krotov1-1/+1
2017-04-06Allow raw latex commands starting with `\start` in Markdown.John MacFarlane1-1/+2
2017-03-29lstinline with braces can be used (verb cannot be used with braces) (#3535)schrieveslaach1-1/+8
2017-03-27LaTeX reader: add support for LaTeX subfiles package.schrieveslaach1-0/+1
2017-03-24Revert "LaTeX reader: be more picky about beamer angle arguments."John MacFarlane1-1/+1
2017-03-24LaTeX reader: be more picky about beamer angle arguments.John MacFarlane1-1/+1
2017-03-22Markdown reader: allow latex macro definitions indented 1-3 spaces.John MacFarlane1-1/+8
2017-03-20Add `space_in_atx_header` extension.John MacFarlane1-0/+1
2017-03-19RST reader: recurse into bodies of unknown directives.John MacFarlane1-1/+2
2017-03-18HTML reader: Better sanity checks on raw HTML.John MacFarlane1-6/+17
2017-03-13Better handling of \part in LaTeX.John MacFarlane1-8/+17
2017-03-12Org reader: interpret more meta value as inlinesAlbert Krewinkel1-4/+9
2017-03-12Issue warning for duplicate header identifiers.John MacFarlane4-5/+28
2017-03-11Markdown reader: optimized nonindentSpaces.John MacFarlane1-6/+3
2017-03-10Removed normalizeSpaces from Text.Pandoc.Shared.John MacFarlane1-0/+6
2017-03-10Docx reader: more efficient trimSps.John MacFarlane1-9/+9
2017-03-10Expand \newenvironment macros.John MacFarlane1-10/+12
2017-03-09LaTeX reader: Treat `{{xxx}}` the same as `{xxx}`.John MacFarlane1-9/+14
2017-03-08Org reader: disallow tables on list marker linesAlbert Krewinkel1-3/+4
2017-03-08Org reader: don't allow tables inside list items.John MacFarlane1-0/+4
2017-03-07Markdown reader: Treat certain environments as inlineJohn MacFarlane1-1/+3
2017-03-06LaTeX reader: allow newpage, clearpage, pagebreak in inline contextsJohn MacFarlane1-0/+5
2017-03-05LaTeX reader: support all \textXX commands.John MacFarlane1-1/+5
2017-03-05Markdown reader: fixed internal header links.John MacFarlane1-2/+7
2017-03-05LaTeX reader: small improvements in parsing arguments.John MacFarlane1-10/+7
2017-03-05LaTeX reader: Handle spaces before \cite arguments.John MacFarlane1-3/+1
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