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