aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Man.hs
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-16/+16
2017-03-01Writers: Use gets to access MonadState where possible (#3480)Alexander Krotov1-3/+3
2017-02-17Added warnings for non-rendered blocks to some writers.John MacFarlane1-5/+10
2017-01-25Revert "Added page breaks into Pandoc."John MacFarlane1-1/+0
2017-01-25Refactored math conversion in writers.John MacFarlane1-3/+3
2017-01-25Unify Errors.Jesse Rosenthal1-1/+2
2017-01-25Implement Errors in PandocMonadJesse Rosenthal1-26/+31
2017-01-25Convert all writers to use PandocMonad.Jesse Rosenthal1-2/+3
2017-01-25Adds support for pagebreaks (when it makes sense)Hubert Plociniczak1-1/+2
2016-12-05Man writer: Ensure that periods are escaped at beginning of line.John MacFarlane1-4/+2
2016-11-30Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane1-3/+3
2016-10-13Add support for the LineBlock element to writersAlbert Krewinkel1-1/+2
2016-08-27Man writer: allow section numbers that are not a single digit.John MacFarlane1-5/+5
2015-12-11Implemented SoftBreak and new `--wrap` option.John MacFarlane1-1/+3
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane1-3/+3
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-01Set the template variable $pandoc-version$ to pandocVersion by default.Alex Vong1-0/+1
2015-10-01Set the template variable $hyphenate$ to true by defaultAlex Vong1-0/+1
2015-08-07Updated readers, writers and README for link attributemb211-3/+3
2015-08-07Updated readers and writers for new image attribute parameter.John MacFarlane1-1/+1
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane1-2/+2
2014-08-04Use `stripPrefix` where appropriate.Artyom Kazak1-2/+3
2014-07-19Renamed readTeXMath' to avoid name conflict with texmath 0.6.7Matthew Pickering1-2/+2
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel1-2/+2
2014-03-12Man writer: Ensure that terms in definition lists aren't line wrapped.John MacFarlane1-1/+1
2013-11-01TexMath: Export readTeXMath', which attends to display/inline.John MacFarlane1-2/+3
2013-08-10Adjustments for new Format newtype.John MacFarlane1-4/+6
2013-08-08Preliminary support for new Div and Span elements in writers.John MacFarlane1-0/+2
2013-07-01Created Text.Pandoc.Writers.Shared, improved metaToJSON.John MacFarlane1-2/+2
2013-06-29Metadata changes: Variables now completely shadow metadata.John MacFarlane1-2/+2
2013-06-27Writers: Use defField for defaults.John MacFarlane1-7/+7
2013-06-27Man writer: give more fine-grained control in template.John MacFarlane1-10/+16
2013-06-24Use new flexible metadata type.John MacFarlane1-19/+17
2013-06-24Revised Text.Pandoc.Templates to accept JSON contexts.John MacFarlane1-1/+5
2013-04-09Man writer: use one decimal place for column widths.John MacFarlane1-1/+1