summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/RST.hs
Commit message (Expand)AuthorAge
* RST reader/writer: support unknown interpreted text roles...John MacFarlane2017-08-17
* RST reader: implement csv-table directive.John MacFarlane2017-08-10
* RST reader: Basic support for csv-table directive.John MacFarlane2017-08-10
* RST reader: reorganize block parsers for ~20% faster parsing.John MacFarlane2017-08-09
* Removed spurious comments.John MacFarlane2017-08-09
* RST reader: support :widths: attribute for table directive.John MacFarlane2017-08-08
* RST reader: support anchors.John MacFarlane2017-06-27
* RST reader: Handle chained link definitions.John MacFarlane2017-06-27
* Move CR filtering from tabFilter to the readers.John MacFarlane2017-06-20
* Changed all readers to take Text instead of String.John MacFarlane2017-06-10
* RST reader: use anyLineNewline in rawListItem (#3702)Alexander Krotov2017-05-28
* Parsing: Provide parseFromString'.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
* Move indentWith to Text.Pandoc.Parsing (#3687)Alexander Krotov2017-05-22
* RST reader: make use of anyLineNewline (#3686)Alexander Krotov2017-05-20
* Update dates in copyright noticesAlbert Krewinkel2017-05-13
* Generalize tableWith, gridTableWithAlbert Krewinkel2017-05-02
* RST reader: recurse into bodies of unknown directives.John MacFarlane2017-03-19
* Removed normalizeSpaces from Text.Pandoc.Shared.John MacFarlane2017-03-10
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* RST reader: support RST-style citations.John MacFarlane2017-03-03
* RST reader: Handle multiline cells in simple tables.John MacFarlane2017-03-02
* RST reader: implemented implicit internal header links.John MacFarlane2017-02-28
* RST reader: support scale and align attributes of images.John MacFarlane2017-02-26
* Fixed repeated log messages in RST reader.John MacFarlane2017-02-17
* Fix indirect hyperlink targets. Closes #512.John MacFarlane2017-02-15
* RST reader: Support `.. line-block` directive.John MacFarlane2017-02-11
* RST reader/writer: properly handle table captions.John MacFarlane2017-02-11
* RST reader: Initial support of .. table directive.John MacFarlane2017-02-11
* Fixed small bug in RST list parsing.John MacFarlane2017-02-11
* Use new warnings throughout the code base.John MacFarlane2017-02-11
* RST reader: Improved admonition support.John MacFarlane2017-02-07
* Refactored some files formerly in LaTeX reader.John MacFarlane2017-02-07
* Shared: rename compactify', compactify'DL -> compactify, compactifyDL.John MacFarlane2017-01-27
* Removed Shared.compactify.John MacFarlane2017-01-27
* Removed readerSmart and the --smart option; added Ext_smart extension.John MacFarlane2017-01-25
* Removed `--normalize` option and normalization functions from Shared.John MacFarlane2017-01-25
* RST reader: rebase-related fixes to warnings.John MacFarlane2017-01-25
* RST reader: removed now unnecessary lifts.John MacFarlane2017-01-25
* Have warningWithPos take a SourcePos rather than Maybe SourcePos.John MacFarlane2017-01-25
* RST reader: implement start-after, end-before fields for include.John MacFarlane2017-01-25
* RST reader: handle code, literal, number-lines, class, name for include.John MacFarlane2017-01-25
* RST reader include: handle negative values for start-, end-line.John MacFarlane2017-01-25
* RST reader: support start-line and end-line in include.John MacFarlane2017-01-25
* RST reader: Simple `.. include::` support.John MacFarlane2017-01-25
* Removed readRSTWithWarnings (now useless).John MacFarlane2017-01-25
* Class: rename addWarning[WithPos] to warning[WithPos].John MacFarlane2017-01-25
* Class: Renamed 'warn' to 'addWarning' and consolidated RTF writer.John MacFarlane2017-01-25
* Readers: pass errors straight up to PandocMonad.Jesse Rosenthal2017-01-25