aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Native.hs
AgeCommit message (Expand)Author
2017-06-11Switched Writer types to use Text.John MacFarlane
2017-05-13Update dates in copyright noticesAlbert Krewinkel
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane
2017-01-25Convert all writers to use PandocMonad.Jesse Rosenthal
2016-11-30Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane
2016-10-13Add support for the LineBlock element to writersAlbert Krewinkel
2015-12-11Implemented SoftBreak and new `--wrap` option.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-11Native writer: format Div properly, with blocks separated.John MacFarlane
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel
2013-06-25Some test suite fixes for new metadata.John MacFarlane
2013-06-24Use new flexible metadata type.John MacFarlane
2012-07-26Moved WriterOptions and associated types Shared -> Options.John MacFarlane
2012-07-26Fixed whitespace errors.John MacFarlane
2011-01-21Make sure native output ends in newline with --standalone.John MacFarlane
2011-01-21Haddock comment improvements.John MacFarlane
2011-01-20Native writer: eliminated empty spaces in brackets.John MacFarlane
2011-01-20Improved native writer using Pretty.John MacFarlane
2011-01-19Made writeNative sensitive to writerStandalone.John MacFarlane
2010-07-05Moved Pandoc prettyprinting code from Shared to new Native writer.John MacFarlane