aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/RST.hs
AgeCommit message (Expand)Author
2017-06-27RST reader: support anchors.John MacFarlane
2017-06-27RST reader: Handle chained link definitions.John MacFarlane
2017-06-20Move CR filtering from tabFilter to the readers.John MacFarlane
2017-06-10Changed all readers to take Text instead of String.John MacFarlane
2017-05-28RST reader: use anyLineNewline in rawListItem (#3702)Alexander Krotov
2017-05-24Parsing: Provide parseFromString'.John MacFarlane
2017-05-23RST reader: reformatting (code line length).John MacFarlane
2017-05-23RST Reader: parse list table directive (#3688)keiichiro shikano
2017-05-22Move indentWith to Text.Pandoc.Parsing (#3687)Alexander Krotov
2017-05-20RST reader: make use of anyLineNewline (#3686)Alexander Krotov
2017-05-13Update dates in copyright noticesAlbert Krewinkel
2017-05-02Generalize tableWith, gridTableWithAlbert Krewinkel
2017-03-19RST reader: recurse into bodies of unknown directives.John MacFarlane
2017-03-10Removed normalizeSpaces from Text.Pandoc.Shared.John MacFarlane
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane
2017-03-03RST reader: support RST-style citations.John MacFarlane
2017-03-02RST reader: Handle multiline cells in simple tables.John MacFarlane
2017-02-28RST reader: implemented implicit internal header links.John MacFarlane
2017-02-26RST reader: support scale and align attributes of images.John MacFarlane
2017-02-17Fixed repeated log messages in RST reader.John MacFarlane
2017-02-15Fix indirect hyperlink targets. Closes #512.John MacFarlane
2017-02-11RST reader: Support `.. line-block` directive.John MacFarlane
2017-02-11RST reader/writer: properly handle table captions.John MacFarlane
2017-02-11RST reader: Initial support of .. table directive.John MacFarlane
2017-02-11Fixed small bug in RST list parsing.John MacFarlane
2017-02-11Use new warnings throughout the code base.John MacFarlane
2017-02-07RST reader: Improved admonition support.John MacFarlane
2017-02-07Refactored some files formerly in LaTeX reader.John MacFarlane
2017-01-27Shared: rename compactify', compactify'DL -> compactify, compactifyDL.John MacFarlane
2017-01-27Removed Shared.compactify.John MacFarlane
2017-01-25Removed readerSmart and the --smart option; added Ext_smart extension.John MacFarlane
2017-01-25Removed `--normalize` option and normalization functions from Shared.John MacFarlane
2017-01-25RST reader: rebase-related fixes to warnings.John MacFarlane
2017-01-25RST reader: removed now unnecessary lifts.John MacFarlane
2017-01-25Have warningWithPos take a SourcePos rather than Maybe SourcePos.John MacFarlane
2017-01-25RST reader: implement start-after, end-before fields for include.John MacFarlane
2017-01-25RST reader: handle code, literal, number-lines, class, name for include.John MacFarlane
2017-01-25RST reader include: handle negative values for start-, end-line.John MacFarlane
2017-01-25RST reader: support start-line and end-line in include.John MacFarlane
2017-01-25RST reader: Simple `.. include::` support.John MacFarlane
2017-01-25Removed readRSTWithWarnings (now useless).John MacFarlane
2017-01-25Class: rename addWarning[WithPos] to warning[WithPos].John MacFarlane
2017-01-25Class: Renamed 'warn' to 'addWarning' and consolidated RTF writer.John MacFarlane
2017-01-25Readers: pass errors straight up to PandocMonad.Jesse Rosenthal
2017-01-25Unify Errors.Jesse Rosenthal
2017-01-25Working on readers.Jesse Rosenthal
2016-12-07RST reader: print warnings when keys, substitition, notes not found.John MacFarlane
2016-12-07RST reader: fix hyperlink aliases.John MacFarlane
2016-10-17RST reader: skip whitespace before note.Jesse Rosenthal
2016-10-13Parse line-oriented markup as LineBlockAlbert Krewinkel