Age | Commit message (Expand) | Author | Files | Lines |
2019-03-01 | Remove license boilerplate. | John MacFarlane | 1 | -18/+0 |
2019-02-04 | Add missing copyright notices and remove license boilerplate (#5112) | Albert Krewinkel | 1 | -2/+2 |
2019-01-24 | Ms writer: ensure we have a newline after .EN in disply math. | John MacFarlane | 1 | -1/+1 |
2018-11-01 | Change 'groff' -> 'roff'. | John MacFarlane | 1 | -4/+4 |
2018-10-26 | Rename Groff -> Roff. | John MacFarlane | 1 | -1/+1 |
2018-10-24 | Ms writer - removed old escapeBar. | John MacFarlane | 1 | -8/+2 |
2018-10-23 | Groff writer character escaping changes. | John MacFarlane | 1 | -15/+15 |
2018-10-22 | T.P.Writers.Groff - don't export escapeChar. | John MacFarlane | 1 | -1/+1 |
2018-10-18 | Groff escaping changes. | John MacFarlane | 1 | -24/+28 |
2018-10-17 | Move common groff functions to Text.Pandoc.Writers.Groff | John MacFarlane | 1 | -85/+3 |
2018-10-02 | Removed Text.Pandoc.Groff. | John MacFarlane | 1 | -1/+0 |
2018-10-01 | Shared: new export `splitSentences` [API change]. | John MacFarlane | 1 | -26/+0 |
2018-09-30 | Implement `--ascii` (`writerPreferAscii`) in writers, not App. | John MacFarlane | 1 | -1/+3 |
2018-09-04 | hlint some writers | Alexander Krotov | 1 | -1/+1 |
2018-04-15 | Ms writer: font improvements. | John MacFarlane | 1 | -3/+14 |
2018-04-14 | Ms writer link improvements. | John MacFarlane | 1 | -5/+13 |
2018-04-14 | Man writer: Don't escape U+2019 as '. | John MacFarlane | 1 | -1/+0 |
2018-03-18 | Ms writer: don't escape hyphens. | John MacFarlane | 1 | -1/+0 |
2018-03-18 | Use NoImplicitPrelude and explicitly import Prelude. | John MacFarlane | 1 | -0/+2 |
2018-03-09 | Ms writer: asciify pdf anchors, since unicode anchors don't work. | John MacFarlane | 1 | -4/+11 |
2018-01-05 | Update copyright notices to include 2018 | Albert Krewinkel | 1 | -2/+2 |
2017-12-10 | Changes for skylighting-0.5. | John MacFarlane | 1 | -2/+2 |
2017-10-29 | Source code reformatting. | John MacFarlane | 1 | -3/+3 |
2017-10-29 | hlint suggestions. | John MacFarlane | 1 | -23/+20 |
2017-10-27 | Automatic reformating by stylish-haskell. | John MacFarlane | 1 | -25/+25 |
2017-06-20 | Writers: adjusted for renderTemplate' changes. | John MacFarlane | 1 | -2/+3 |
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/+7 |
2017-05-13 | Update dates in copyright notices | Albert Krewinkel | 1 | -2/+2 |
2017-04-28 | Ms writer: make use of already defined render' (#3613) | Alexander Krotov | 1 | -2/+2 |
2017-04-06 | Ms writer: wider indents for lists. | John MacFarlane | 1 | -5/+6 |
2017-04-05 | Ms writer: respect text wrapping options. | John MacFarlane | 1 | -1/+6 |
2017-04-04 | Ms writer improvements: | John MacFarlane | 1 | -4/+3 |
2017-04-04 | Ms writer: ensure that @ is escaped in URIs. | John MacFarlane | 1 | -1/+5 |
2017-04-01 | Ms writer: added syntax highlighting. | John MacFarlane | 1 | -5/+84 |
2017-03-26 | Ms writer: update TODO comments. | John MacFarlane | 1 | -3/+0 |
2017-03-26 | Ms writer: Hyperlink table of contents and other improvements. | John MacFarlane | 1 | -9/+21 |
2017-03-26 | Ms writer: Add PDF outline bookmarks. | John MacFarlane | 1 | -0/+3 |
2017-03-26 | Ms writer: Use @ instead of | for inline math delimiter. | John MacFarlane | 1 | -3/+3 |
2017-03-26 | Ms writre: Added some escapes. | John MacFarlane | 1 | -2/+4 |
2017-03-26 | Removed unused imports. | John MacFarlane | 1 | -3/+3 |
2017-03-26 | Ms writer: Support external links. | John MacFarlane | 1 | -21/+7 |
2017-03-26 | Ms writer: better placement of header anchors. | John MacFarlane | 1 | -9/+5 |
2017-03-26 | Ms writer: more spacing fixes for internal links. | John MacFarlane | 1 | -4/+9 |
2017-03-26 | Ms writer: improved internal links. | John MacFarlane | 1 | -2/+3 |
2017-03-25 | Ms writer: added TODO comment. | John MacFarlane | 1 | -0/+3 |
2017-03-25 | Ms writer: Implement header identifiers and internal links. | John MacFarlane | 1 | -9/+27 |
2017-03-25 | Ms writer: revise TODO comments. | John MacFarlane | 1 | -16/+0 |
2017-03-25 | Ms writer: use light gray for strikeout. | John MacFarlane | 1 | -1/+3 |
2017-03-25 | Ms writer: improved pdf metadata. | John MacFarlane | 1 | -0/+4 |