aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/RST.hs
AgeCommit message (Expand)AuthorFilesLines
2018-03-17RST writer: filter out empty inline containers (#4434).Francesco Occhipinti1-3/+18
2018-03-17RST writer: separate inline transformation logic from writing logic (#4438)Francesco Occhipinti1-18/+22
2018-03-17RST writer: strip whitespace within inlines, closes #4327 (#4329)Francesco Occhipinti1-1/+3
2018-01-19hlint code improvements.John MacFarlane1-8/+7
2018-01-19remove `blockToRST'` moving its logic into `fixBlocks`danse1-32/+13
2018-01-19in RST writer insert comment between lists and quotes, closes #4248danse1-1/+12
2018-01-05Update copyright notices to include 2018Albert Krewinkel1-2/+2
2017-12-22RST writer: fix anchors for headers.John MacFarlane1-1/+1
2017-11-01hlintAlexander Krotov1-2/+2
2017-10-29Source code reformatting.John MacFarlane1-3/+3
2017-10-29hlint suggestions.John MacFarlane1-18/+18
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane1-7/+7
2017-10-16RST writer: correctly handle inline code containing backticks.John MacFarlane1-2/+7
2017-10-16RST writer: don't backslash-escape word-internal punctuation.John MacFarlane1-15/+18
2017-09-27RST writer: add header anchors when header has non-standard id.John MacFarlane1-1/+6
2017-08-17RST reader/writer: support unknown interpreted text roles...John MacFarlane1-1/+6
2017-08-09RST writer: don't wrap term in definition list.John MacFarlane1-1/+1
2017-06-20Writers: adjusted for renderTemplate' changes.John MacFarlane1-1/+1
2017-06-17Use Control.Monad.State.Strict throughout.John MacFarlane1-1/+1
2017-06-11Switched Writer types to use Text.John MacFarlane1-5/+8
2017-05-23Shared: Provide custom isURI that rejects unknown schemes [isURI]Albert Krewinkel1-1/+0
2017-05-19RST writer: add empty comments when needed...John MacFarlane1-3/+25
2017-05-13Update dates in copyright noticesAlbert Krewinkel1-2/+2
2017-03-21RST writer: improve grid table output, fix bug with empty rows.John MacFarlane1-32/+11
2017-03-13RST writer: convert to PandocMonad, report on unrendered raw items.John MacFarlane1-31/+39
2017-03-10Removed normalizeSpaces from Text.Pandoc.Shared.John MacFarlane1-3/+3
2017-03-08Remove space at beginning/end of RST code span.John MacFarlane1-1/+4
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-29/+29
2017-03-01Writers: Use gets to access MonadState where possible (#3480)Alexander Krotov1-14/+14
2017-02-11RST reader/writer: properly handle table captions.John MacFarlane1-4/+5
2017-02-04Improved escaping in RST writer with smart option.John MacFarlane1-6/+20
2017-02-04Implemented +/-smart in rst writer.John MacFarlane1-3/+14
2017-01-25Revert "Added page breaks into Pandoc."John MacFarlane1-1/+0
2017-01-25Convert all writers to use PandocMonad.Jesse Rosenthal1-2/+3
2017-01-25Adds support for pagebreaks (when it makes sense)Hubert Plociniczak1-0/+1
2016-11-30Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane1-6/+6
2016-11-23Fixed some bugs in Pretty that caused blank lines in tables.John MacFarlane1-1/+1
2016-10-13Add support for the LineBlock element to writersAlbert Krewinkel1-2/+9
2016-01-05RST, Markdown writers: Fixed rendering of grid tables with blank rows.John MacFarlane1-1/+1
2015-12-11Implemented SoftBreak and new `--wrap` option.John MacFarlane1-1/+9
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane1-20/+48
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane1-1/+0
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane1-0/+1
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane1-1/+0
2015-10-12RST writer: do header normalization only in "standalone" mode.John MacFarlane1-8/+5
2015-10-12Revert "RST writer: tweaks to header normalization."John MacFarlane1-22/+4
2015-10-12RST writer: tweaks to header normalization.John MacFarlane1-4/+22
2015-09-19[RST Writer] Don't normalize heading levels below input minimumNikolay Yakimov1-1/+7
2015-08-13RST writer: ensure that `\ ` is inserted when needed...John MacFarlane1-0/+2
2015-08-12RST writer: Don't insert `\ ` when complex expression in matched pairs.John MacFarlane1-3/+4