summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
Commit message (Expand)AuthorAge
* Org reader: fix smart parsing behaviorAlbert Krewinkel2017-05-18
* Markdown: allow attributes in reference links to start on next line.John MacFarlane2017-05-18
* Merge pull request #3676 from labdsf/space-charJohn MacFarlane2017-05-17
|\
| * Txt2Tags parser: newline is not indentationAlexander Krotov2017-05-17
* | Merge pull request #3677 from labdsf/anylinenewlineJohn MacFarlane2017-05-17
|\ \
| * | Move anyLineNewline to Parsing.hsAlexander Krotov2017-05-17
| |/
* | Org reader: replace `sequence . map` with `mapM`Albert Krewinkel2017-05-16
* | Org reader: put tree parsing code into dedicated moduleAlbert Krewinkel2017-05-16
* | Org reader: add basic file inclusion mechanismAlbert Krewinkel2017-05-14
|/
* Merge pull request #3671 from WUUUGI/horizont-spacingJohn MacFarlane2017-05-16
|\
| * Added support for horizontal spacing in LaTeX: parse \, to \8198 (six-per-em ...Henri Werth2017-05-15
* | Textile reader: fix bug for certain links in table cells.John MacFarlane2017-05-15
* | Update dates in copyright noticesAlbert Krewinkel2017-05-13
|/
* Replace `repeat' and `take' with `replicate' once moreAlexander Krotov2017-05-12
* Combine grid table parsersAlbert Krewinkel2017-05-11
* Markdown reader: improved parsing of indented raw HTML blocks.John MacFarlane2017-05-06
* LaTeX reader: Better handling of comments inside math environments.John MacFarlane2017-05-06
* Fix keyval funtion: pandoc did not parse options in braces correctly.… (#3642)schrieveslaach2017-05-06
* Drop redundant import of sortAlbert Krewinkel2017-05-06
* Org reader: support macrosAlbert Krewinkel2017-05-06
* Org reader: support table.el tablesAlbert Krewinkel2017-05-03
* Generalize tableWith, gridTableWithAlbert Krewinkel2017-05-02
* LaTeX reader: Add support for tabularx environment (#3632)schrieveslaach2017-05-03
* Provide shared F monad functions for Markdown and Org readersAlbert Krewinkel2017-04-30
* Add returnF to Text.Pandoc.ParsingAlexander Krotov2017-04-30
* Org reader: Avoid creating nullMeta by applying setMeta directlyAlexander Krotov2017-04-30
* LaTeX reader: Add basic support for hyphenat package (#3603)schrieveslaach2017-04-26
* Simplify linkText in Text.Pandoc.Readers.TWiki (#3605)Alexander Krotov2017-04-26
* LaTeX reader: Add support for \vdots (#3607)schrieveslaach2017-04-26
* LaTeX reader: better support for subfigure package.John MacFarlane2017-04-24
* TWiki reader: remove unnecessary $ (#3597)Alexander Krotov2017-04-24
* Org reader: allow multi-word arguments to src block paramsAlbert Krewinkel2017-04-23
* Org reader: stop adding rundoc prefix to src paramsAlbert Krewinkel2017-04-23
* Org reader: handle line numbering switch for src blocksAlbert Krewinkel2017-04-23
* HTML reader: Revise treatment of li with id attribute.John MacFarlane2017-04-23
* Add siunitx Support (#3588)schrieveslaach2017-04-22
* Org reader: allow emphasized text to be followed by `[`Albert Krewinkel2017-04-16
* Org reader: convert markup at beginning of footnotesAlbert Krewinkel2017-04-16
* Docx reader: removed readDocxWithWarnings (API change).John MacFarlane2017-04-15
* s/safed/saved/Alexander Krotov2017-04-14
* Allow raw latex commands starting with `\start` in Markdown.John MacFarlane2017-04-06
* lstinline with braces can be used (verb cannot be used with braces) (#3535)schrieveslaach2017-03-29
* LaTeX reader: add support for LaTeX subfiles package.schrieveslaach2017-03-27
* Revert "LaTeX reader: be more picky about beamer angle arguments."John MacFarlane2017-03-24
* LaTeX reader: be more picky about beamer angle arguments.John MacFarlane2017-03-24
* Markdown reader: allow latex macro definitions indented 1-3 spaces.John MacFarlane2017-03-22
* Add `space_in_atx_header` extension.John MacFarlane2017-03-20
* 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