summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Native.hs
Commit message (Expand)AuthorAge
* hlint suggestions.John MacFarlane2017-10-29
* Automatic reformating by stylish-haskell.John MacFarlane2017-10-27
* Switched Writer types to use Text.John MacFarlane2017-06-11
* Update dates in copyright noticesAlbert Krewinkel2017-05-13
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* Convert all writers to use PandocMonad.Jesse Rosenthal2017-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
* Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
* Native writer: format Div properly, with blocks separated.John MacFarlane2015-10-11
* Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
* Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
* Some test suite fixes for new metadata.John MacFarlane2013-06-25
* Use new flexible metadata type.John MacFarlane2013-06-24
* Moved WriterOptions and associated types Shared -> Options.John MacFarlane2012-07-26
* Fixed whitespace errors.John MacFarlane2012-07-26
* Make sure native output ends in newline with --standalone.John MacFarlane2011-01-21
* Haddock comment improvements.John MacFarlane2011-01-21
* Native writer: eliminated empty spaces in brackets.John MacFarlane2011-01-20
* Improved native writer using Pretty.John MacFarlane2011-01-20
* Made writeNative sensitive to writerStandalone.John MacFarlane2011-01-19
* Moved Pandoc prettyprinting code from Shared to new Native writer.John MacFarlane2010-07-05