summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/RST.hs
Commit message (Expand)AuthorAge
* Update copyright notices to include 2018Albert Krewinkel2018-01-05
* RST writer: fix anchors for headers.John MacFarlane2017-12-22
* hlintAlexander Krotov2017-11-01
* Source code reformatting.John MacFarlane2017-10-29
* hlint suggestions.John MacFarlane2017-10-29
* Automatic reformating by stylish-haskell.John MacFarlane2017-10-27
* RST writer: correctly handle inline code containing backticks.John MacFarlane2017-10-16
* RST writer: don't backslash-escape word-internal punctuation.John MacFarlane2017-10-16
* RST writer: add header anchors when header has non-standard id.John MacFarlane2017-09-27
* RST reader/writer: support unknown interpreted text roles...John MacFarlane2017-08-17
* RST writer: don't wrap term in definition list.John MacFarlane2017-08-09
* Writers: adjusted for renderTemplate' changes.John MacFarlane2017-06-20
* Use Control.Monad.State.Strict throughout.John MacFarlane2017-06-17
* Switched Writer types to use Text.John MacFarlane2017-06-11
* Shared: Provide custom isURI that rejects unknown schemes [isURI]Albert Krewinkel2017-05-23
* RST writer: add empty comments when needed...John MacFarlane2017-05-19
* Update dates in copyright noticesAlbert Krewinkel2017-05-13
* RST writer: improve grid table output, fix bug with empty rows.John MacFarlane2017-03-21
* RST writer: convert to PandocMonad, report on unrendered raw items.John MacFarlane2017-03-13
* Removed normalizeSpaces from Text.Pandoc.Shared.John MacFarlane2017-03-10
* Remove space at beginning/end of RST code span.John MacFarlane2017-03-08
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* Writers: Use gets to access MonadState where possible (#3480)Alexander Krotov2017-03-01
* RST reader/writer: properly handle table captions.John MacFarlane2017-02-11
* Improved escaping in RST writer with smart option.John MacFarlane2017-02-04
* Implemented +/-smart in rst writer.John MacFarlane2017-02-04
* Revert "Added page breaks into Pandoc."John MacFarlane2017-01-25
* Convert all writers to use PandocMonad.Jesse Rosenthal2017-01-25
* Adds support for pagebreaks (when it makes sense)Hubert Plociniczak2017-01-25
* Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane2016-11-30
* Fixed some bugs in Pretty that caused blank lines in tables.John MacFarlane2016-11-23
* Add support for the LineBlock element to writersAlbert Krewinkel2016-10-13
* RST, Markdown writers: Fixed rendering of grid tables with blank rows.John MacFarlane2016-01-05
* Implemented SoftBreak and new `--wrap` option.John MacFarlane2015-12-11
* Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane2015-11-19
|\
| * Updated readers, writers and README for link attributemb212015-08-07
| * Updated readers and writers for new image attribute parameter.John MacFarlane2015-08-07
* | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* | Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
* | Use custom Prelude to avoid compiler warnings.John MacFarlane2015-10-14
* | RST writer: do header normalization only in "standalone" mode.John MacFarlane2015-10-12
* | Revert "RST writer: tweaks to header normalization."John MacFarlane2015-10-12
* | RST writer: tweaks to header normalization.John MacFarlane2015-10-12
* | [RST Writer] Don't normalize heading levels below input minimumNikolay Yakimov2015-09-19
* | RST writer: ensure that `\ ` is inserted when needed...John MacFarlane2015-08-13
* | RST writer: Don't insert `\ ` when complex expression in matched pairs.John MacFarlane2015-08-12
|/
* Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
* RST Writer: treat headings in block quotes, etc as rubricsNikolay Yakimov2015-04-16
* RST Writer: Normalize headings to sequential levelsNikolay Yakimov2015-04-13
* Fixed toc depth in RST writer.John MacFarlane2015-04-12