summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
Commit message (Expand)AuthorAge
* Added eastAsianLineBreakFilter to Shared.John MacFarlane2017-05-30
* LaTeX reader: handle escaped & inside table cell.John MacFarlane2017-05-29
* LaTeX reader: don't crash on empty enumerate environment.John MacFarlane2017-05-29
* Merge pull request #3704 from labdsf/anylinenewlineJohn MacFarlane2017-05-29
|\
| * Markdown reader: use anyLineNewlineAlexander Krotov2017-05-28
* | Org reader: Fix cite parsing behaviourHerwig Stuetz2017-05-28
* | Parsing: `many1Till`: Check for the end condition before parsingHerwig Stuetz2017-05-28
|/
* RST reader: use anyLineNewline in rawListItem (#3702)Alexander Krotov2017-05-28
* Markdown writer: changes to `--reference-links`.John MacFarlane2017-05-27
* Org reader: subject full doc tree to headline transformationsAlbert Krewinkel2017-05-27
* Added `spaced_reference_links` extension.John MacFarlane2017-05-25
* Markdown reader: warn for notes defined but not used.John MacFarlane2017-05-25
* MediaWiki reader: don't do curly quotes inside `<tt>` contexts.John MacFarlane2017-05-25
* MediaWiki reader: Make smart double quotes depend on `smart` extension.John MacFarlane2017-05-25
* Markdown reader: fixed smart quotes after emphasis.John MacFarlane2017-05-24
* LaTeX reader: Fixed failures on \ref{}, \label{} with `+raw_tex`.John MacFarlane2017-05-24
* Parsing: Provide parseFromString'.John MacFarlane2017-05-24
* LaTeX reader: parse tikzpicture as raw verbatim environment...John MacFarlane2017-05-24
* HTML reader: Add `details` tag to list of block tags.John MacFarlane2017-05-24
* RST reader: reformatting (code line length).John MacFarlane2017-05-23
* RST Reader: parse list table directive (#3688)keiichiro shikano2017-05-23
* Shared: Provide custom isURI that rejects unknown schemes [isURI]Albert Krewinkel2017-05-23
* Move indentWith to Text.Pandoc.Parsing (#3687)Alexander Krotov2017-05-22
* Finished implemtation of `--resource-path`.John MacFarlane2017-05-21
* RST reader: make use of anyLineNewline (#3686)Alexander Krotov2017-05-20
* 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