summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Haddock.hs
Commit message (Expand)AuthorAge
* hlint code improvements.John MacFarlane2018-01-19
* Update copyright notices to include 2018Albert Krewinkel2018-01-05
* hlint suggestions.John MacFarlane2017-10-29
* Automatic reformating by stylish-haskell.John MacFarlane2017-10-27
* 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
* Shared: Provide custom isURI that rejects unknown schemes [isURI]Albert Krewinkel2017-05-23
* Update dates in copyright noticesAlbert Krewinkel2017-05-13
* Reuse Writers.Shared.gridTable in Haddock writer.John MacFarlane2017-03-21
* Moved gridTable from Markdown writer to Writers.Shared.John MacFarlane2017-03-21
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* 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
* Convert all writers to use PandocMonad.Jesse Rosenthal2017-01-25
* Adds support for pagebreaks (when it makes sense)Hubert Plociniczak2017-01-25
* Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane2016-11-30
* Add support for the LineBlock element to writersAlbert Krewinkel2016-10-13
* 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
* | Haddock writer: omit formatting inside links.John MacFarlane2015-11-16
* | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* | Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
|/
* Renamed readTeXMath' to avoid name conflict with texmath 0.6.7Matthew Pickering2014-07-19
* Haddock writer: Use _____ for hrule.John MacFarlane2014-06-19
* Haddock writer: Only use Decimal list style.John MacFarlane2014-06-18
* Small fix to haddock "tables".John MacFarlane2014-06-18
* More polish on Haddock reader/writer.John MacFarlane2014-06-18
* Finished first draft of Haddock writer.John MacFarlane2014-06-18