aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
2017-05-06Markdown reader: improved parsing of indented raw HTML blocks.John MacFarlane1-1/+7
2017-05-06LaTeX reader: Better handling of comments inside math environments.John MacFarlane1-30/+43
2017-05-06Fix keyval funtion: pandoc did not parse options in braces correctly.… (#3642)schrieveslaach1-1/+1
2017-05-06Drop redundant import of sortAlbert Krewinkel1-1/+1
2017-05-06Org reader: support macrosAlbert Krewinkel3-1/+65
2017-05-03Org reader: support table.el tablesAlbert Krewinkel3-8/+18
2017-05-02Generalize tableWith, gridTableWithAlbert Krewinkel1-3/+9
2017-05-03LaTeX reader: Add support for tabularx environment (#3632)schrieveslaach1-1/+6
2017-04-30Provide shared F monad functions for Markdown and Org readersAlbert Krewinkel3-42/+11
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