aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Man.hs
AgeCommit message (Expand)AuthorFilesLines
2021-10-12Revert "Depend on pandoc-types 1.23, remove Null constructor on Block."John MacFarlane1-0/+1
2021-10-11T.P.Writers.Shared: Export splitSentences as a Doc Text transform.John MacFarlane1-2/+2
2021-10-11Remove splitSentences from T.P.Shared [API change].John MacFarlane1-3/+2
2021-10-01Depend on pandoc-types 1.23, remove Null constructor on Block.John MacFarlane1-1/+0
2021-03-19Protect partial uses of maximum with NonEmpty.John MacFarlane1-2/+2
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres1-2/+2
2020-04-28Support new Underline element in readers and writers (#6277)Vaibhav Sagar1-0/+3
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc1-1/+1
2020-04-15Implement the new Table typedespresc1-2/+3
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel1-1/+1
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane1-2/+1
2020-02-07Resolve HLint warningsAlbert Krewinkel1-2/+2
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-51/+52
2019-09-23Man writer: suppress non-absolute link URLs.John MacFarlane1-3/+3
2019-08-25Use new doctemplates, doclayout.John MacFarlane1-20/+18
2019-07-28Use doctemplates 0.3, change type of writerTemplate.John MacFarlane1-3/+4
2019-07-13Man writer: Improved definition list term output.John MacFarlane1-2/+10
2019-07-13Man writer: fixed boldfacing of definition terms.John MacFarlane1-2/+2
2019-03-01Remove license boilerplate.John MacFarlane1-18/+0
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-2/+2
2018-11-01Change 'groff' -> 'roff'.John MacFarlane1-3/+3
2018-10-26Rename Groff -> Roff.John MacFarlane1-1/+1
2018-10-26Man writer: don't wrap .SH and .SS lines.John MacFarlane1-1/+1
2018-10-23Groff writer character escaping changes.John MacFarlane1-7/+13
2018-10-19Man writer: avoid unnecessary `.RS`/`.RE` pair in defn lists.John MacFarlane1-1/+3
2018-10-18Remove unneeded import.John MacFarlane1-1/+0
2018-10-18Groff escaping changes.John MacFarlane1-6/+6
2018-10-17Move common groff functions to Text.Pandoc.Writers.GroffJohn MacFarlane1-56/+2
2018-10-17Man writer: use \f[R] instead of \f[] to reset fontAlexander Krotov1-2/+2
2018-10-02Removed Text.Pandoc.Groff.John MacFarlane1-1/+0
2018-10-01Shared: new export `splitSentences` [API change].John MacFarlane1-26/+0
2018-09-30Implement `--ascii` (`writerPreferAscii`) in writers, not App.John MacFarlane1-1/+3
2018-09-04hlint some writersAlexander Krotov1-2/+2
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-01-19hlint code improvements.John MacFarlane1-1/+1
2018-01-05Update copyright notices to include 2018Albert Krewinkel1-2/+2
2017-12-09Man writer: omit internal links.John MacFarlane1-0/+2
2017-10-29Source code reformatting.John MacFarlane1-1/+1
2017-10-29hlint suggestions.John MacFarlane1-17/+17
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane1-1/+1
2017-08-07Man writer: removed some unneeded imports.John MacFarlane1-2/+0
2017-08-07Man writer: avoid error for def lists with no definitions.John MacFarlane1-9/+12
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-13/+17
2017-05-13Update dates in copyright noticesAlbert Krewinkel1-2/+2
2017-04-12Man writer: Fix handling of nested font commands.John MacFarlane1-9/+37