summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Man.hs
Commit message (Expand)AuthorAge
* hlint code improvements.John MacFarlane2018-01-19
* Update copyright notices to include 2018Albert Krewinkel2018-01-05
* Man writer: omit internal links.John MacFarlane2017-12-09
* Source code reformatting.John MacFarlane2017-10-29
* hlint suggestions.John MacFarlane2017-10-29
* Automatic reformating by stylish-haskell.John MacFarlane2017-10-27
* Man writer: removed some unneeded imports.John MacFarlane2017-08-07
* Man writer: avoid error for def lists with no definitions.John MacFarlane2017-08-07
* Writers: adjusted for renderTemplate' changes.John MacFarlane2017-06-20
* Use Control.Monad.State.Strict throughout.John MacFarlane2017-06-17
* Switched Writer types to use Text.John MacFarlane2017-06-11
* Update dates in copyright noticesAlbert Krewinkel2017-05-13
* Man writer: Fix handling of nested font commands.John MacFarlane2017-04-12
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* Writers: Use gets to access MonadState where possible (#3480)Alexander Krotov2017-03-01
* Added warnings for non-rendered blocks to some writers.John MacFarlane2017-02-17
* Revert "Added page breaks into Pandoc."John MacFarlane2017-01-25
* Refactored math conversion in writers.John MacFarlane2017-01-25
* Unify Errors.Jesse Rosenthal2017-01-25
* Implement Errors in PandocMonadJesse Rosenthal2017-01-25
* Convert all writers to use PandocMonad.Jesse Rosenthal2017-01-25
* Adds support for pagebreaks (when it makes sense)Hubert Plociniczak2017-01-25
* Man writer: Ensure that periods are escaped at beginning of line.John MacFarlane2016-12-05
* Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane2016-11-30
* Add support for the LineBlock element to writersAlbert Krewinkel2016-10-13
* Man writer: allow section numbers that are not a single digit.John MacFarlane2016-08-27
* Implemented SoftBreak and new `--wrap` option.John MacFarlane2015-12-11
* Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane2015-11-19
|\
| * Updated readers, writers and README for link attributemb212015-08-07
| * Updated readers and writers for new image attribute parameter.John MacFarlane2015-08-07
* | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* | Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
* | Set the template variable $pandoc-version$ to pandocVersion by default.Alex Vong2015-10-01
* | Set the template variable $hyphenate$ to true by defaultAlex Vong2015-10-01
|/
* Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
* Use `stripPrefix` where appropriate.Artyom Kazak2014-08-04
* Renamed readTeXMath' to avoid name conflict with texmath 0.6.7Matthew Pickering2014-07-19
* Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
* Man writer: Ensure that terms in definition lists aren't line wrapped.John MacFarlane2014-03-12
* TexMath: Export readTeXMath', which attends to display/inline.John MacFarlane2013-11-01
* Adjustments for new Format newtype.John MacFarlane2013-08-10
* Preliminary support for new Div and Span elements in writers.John MacFarlane2013-08-08
* Created Text.Pandoc.Writers.Shared, improved metaToJSON.John MacFarlane2013-07-01
* Metadata changes: Variables now completely shadow metadata.John MacFarlane2013-06-29
* Writers: Use defField for defaults.John MacFarlane2013-06-27
* Man writer: give more fine-grained control in template.John MacFarlane2013-06-27
* Use new flexible metadata type.John MacFarlane2013-06-24
* Revised Text.Pandoc.Templates to accept JSON contexts.John MacFarlane2013-06-24
* Man writer: use one decimal place for column widths.John MacFarlane2013-04-09
* Added Attr field to Header.John MacFarlane2013-01-09