summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/RST.hs
AgeCommit message (Expand)Author
2019-03-01Remove license boilerplate.John MacFarlane
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2019-01-09RST reader: change treatment of `number-lines` directives. (#5207)Brian Leung
2019-01-08Removed superfluous sourceCode class on code blocks.John MacFarlane
2019-01-08RST reader: handle sourcecode directive as synonynm for code.John MacFarlane
2018-12-31Remove unused HasHeaderMap (#5175)Alexander
2018-10-07RST reader: don't allow single-dash separator in headerless table.John MacFarlane
2018-10-07RST reader: pass through fields in unknown directives as div attributes.John MacFarlane
2018-09-20RST reader: fix bug with internal link targets.John MacFarlane
2018-09-18parse rST inlines containing newlines closing #4912danse
2018-08-29RSTR reader: don't skip link definitions after comments.John MacFarlane
2018-08-05RST reader: improve parsing of inline interpreted text roles.John MacFarlane
2018-07-24RST reader: remove support for nested inlines.danse
2018-07-21RST reader: fix double-link bug.John MacFarlane
2018-04-26RST reader: fix anonymous redirects with backticks.John MacFarlane
2018-04-22RST reader: allow < 3 spaces indent under directives.John MacFarlane
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-03-16Monoid/Semiground cleanup relying on custom Prelude.John MacFarlane
2018-03-14RST reader: Allow unicode bullet characters.John MacFarlane
2018-01-20RST reader: fix parsing of headers with trailing space.John MacFarlane
2018-01-19hlint code improvements.John MacFarlane
2018-01-14RST reader: add aligned environment when needed in math.John MacFarlane
2018-01-10RST reader: better handling for headers with an anchor.John MacFarlane
2018-01-05Update copyright notices to include 2018Albert Krewinkel
2017-12-24RST reader: allow empty list items (as docutils does).John MacFarlane
2017-12-14RST reader: more accurate parsing of references.John MacFarlane
2017-11-14RST reader: better support for 'container' directive.John MacFarlane
2017-10-29Source code reformatting.John MacFarlane
2017-10-29More hlint fixes.John MacFarlane
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane
2017-09-30Removed writerSourceURL, add source URL to common state.John MacFarlane
2017-08-27RST reader: Fixed `..include::` directive.John MacFarlane
2017-08-17RST reader/writer: support unknown interpreted text roles...John MacFarlane
2017-08-10RST reader: implement csv-table directive.John MacFarlane
2017-08-10RST reader: Basic support for csv-table directive.John MacFarlane
2017-08-09RST reader: reorganize block parsers for ~20% faster parsing.John MacFarlane
2017-08-09Removed spurious comments.John MacFarlane
2017-08-08RST reader: support :widths: attribute for table directive.John MacFarlane
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