aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
2017-04-30Add returnF to Text.Pandoc.ParsingAlexander Krotov2-3/+3
2017-04-30Org reader: Avoid creating nullMeta by applying setMeta directlyAlexander Krotov1-4/+1
2017-04-26LaTeX reader: Add basic support for hyphenat package (#3603)schrieveslaach1-1/+13
2017-04-26Simplify linkText in Text.Pandoc.Readers.TWiki (#3605)Alexander Krotov1-2/+2
2017-04-26LaTeX reader: Add support for \vdots (#3607)schrieveslaach1-0/+1
2017-04-24LaTeX reader: better support for subfigure package.John MacFarlane1-5/+11
2017-04-24TWiki reader: remove unnecessary $ (#3597)Alexander Krotov1-1/+1
2017-04-23Org reader: allow multi-word arguments to src block paramsAlbert Krewinkel1-2/+5
2017-04-23Org reader: stop adding rundoc prefix to src paramsAlbert Krewinkel3-39/+24
2017-04-23Org reader: handle line numbering switch for src blocksAlbert Krewinkel1-13/+57
2017-04-23HTML reader: Revise treatment of li with id attribute.John MacFarlane1-2/+6
2017-04-22Add siunitx Support (#3588)schrieveslaach1-0/+17
2017-04-16Org reader: allow emphasized text to be followed by `[`Albert Krewinkel1-1/+1
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