aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Man.hs
AgeCommit message (Expand)Author
2017-06-20Writers: adjusted for renderTemplate' changes.John MacFarlane
2017-06-17Use Control.Monad.State.Strict throughout.John MacFarlane
2017-06-11Switched Writer types to use Text.John MacFarlane
2017-05-13Update dates in copyright noticesAlbert Krewinkel
2017-04-12Man writer: Fix handling of nested font commands.John MacFarlane
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane
2017-03-01Writers: Use gets to access MonadState where possible (#3480)Alexander Krotov
2017-02-17Added warnings for non-rendered blocks to some writers.John MacFarlane
2017-01-25Revert "Added page breaks into Pandoc."John MacFarlane
2017-01-25Refactored math conversion in writers.John MacFarlane
2017-01-25Unify Errors.Jesse Rosenthal
2017-01-25Implement Errors in PandocMonadJesse Rosenthal
2017-01-25Convert all writers to use PandocMonad.Jesse Rosenthal
2017-01-25Adds support for pagebreaks (when it makes sense)Hubert Plociniczak
2016-12-05Man writer: Ensure that periods are escaped at beginning of line.John MacFarlane
2016-11-30Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane
2016-10-13Add support for the LineBlock element to writersAlbert Krewinkel
2016-08-27Man writer: allow section numbers that are not a single digit.John MacFarlane
2015-12-11Implemented SoftBreak and new `--wrap` option.John MacFarlane
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane
2015-10-01Set the template variable $pandoc-version$ to pandocVersion by default.Alex Vong
2015-10-01Set the template variable $hyphenate$ to true by defaultAlex Vong
2015-08-07Updated readers, writers and README for link attributemb21
2015-08-07Updated readers and writers for new image attribute parameter.John MacFarlane
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane
2014-08-04Use `stripPrefix` where appropriate.Artyom Kazak
2014-07-19Renamed readTeXMath' to avoid name conflict with texmath 0.6.7Matthew Pickering
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel
2014-03-12Man writer: Ensure that terms in definition lists aren't line wrapped.John MacFarlane
2013-11-01TexMath: Export readTeXMath', which attends to display/inline.John MacFarlane
2013-08-10Adjustments for new Format newtype.John MacFarlane
2013-08-08Preliminary support for new Div and Span elements in writers.John MacFarlane
2013-07-01Created Text.Pandoc.Writers.Shared, improved metaToJSON.John MacFarlane
2013-06-29Metadata changes: Variables now completely shadow metadata.John MacFarlane
2013-06-27Writers: Use defField for defaults.John MacFarlane
2013-06-27Man writer: give more fine-grained control in template.John MacFarlane
2013-06-24Use new flexible metadata type.John MacFarlane
2013-06-24Revised Text.Pandoc.Templates to accept JSON contexts.John MacFarlane
2013-04-09Man writer: use one decimal place for column widths.John MacFarlane
2013-01-09Added Attr field to Header.John MacFarlane
2013-01-06Don't put the text of an autolink in Code font.John MacFarlane
2012-09-29Renamed removedLeadingTrailingSpace to trim.John MacFarlane
2012-08-18Man writer: Escape - as \-.John MacFarlane
2012-07-26Moved WriterOptions and associated types Shared -> Options.John MacFarlane
2012-07-26Fixed whitespace errors.John MacFarlane
2012-03-09Made man writer more robust.John MacFarlane
2012-03-07Merge pull request #438 from michaelt/patch-2John MacFarlane
2012-03-07Fix initial `Str "."` after `LineBreak` as well? Michael Thompson