aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Native.hs
AgeCommit message (Expand)AuthorFilesLines
2021-09-28Switch from pretty-simple to pretty-show for native output.John MacFarlane1-12/+8
2021-09-21Use pretty-simple to format native output.John MacFarlane1-73/+15
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc1-13/+22
2020-04-15Implement the new Table typedespresc1-6/+27
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel1-1/+1
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2019-08-25Use new doctemplates, doclayout.John MacFarlane1-4/+4
2019-03-01Remove license boilerplate.John MacFarlane1-18/+0
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-2/+2
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-01-05Update copyright notices to include 2018Albert Krewinkel1-2/+2
2017-10-29hlint suggestions.John MacFarlane1-4/+5
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane1-1/+1
2017-06-11Switched Writer types to use Text.John MacFarlane1-1/+2
2017-05-13Update dates in copyright noticesAlbert Krewinkel1-2/+2
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-3/+3
2017-01-25Convert all writers to use PandocMonad.Jesse Rosenthal1-2/+3
2016-11-30Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane1-7/+3
2016-10-13Add support for the LineBlock element to writersAlbert Krewinkel1-0/+2
2015-12-11Implemented SoftBreak and new `--wrap` option.John MacFarlane1-2/+2
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane1-1/+0
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane1-0/+1
2015-10-11Native writer: format Div properly, with blocks separated.John MacFarlane1-0/+2
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane1-2/+2
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel1-2/+2
2013-06-25Some test suite fixes for new metadata.John MacFarlane1-1/+1
2013-06-24Use new flexible metadata type.John MacFarlane1-2/+2
2012-07-26Moved WriterOptions and associated types Shared -> Options.John MacFarlane1-1/+1
2012-07-26Fixed whitespace errors.John MacFarlane1-4/+4
2011-01-21Make sure native output ends in newline with --standalone.John MacFarlane1-1/+1
2011-01-21Haddock comment improvements.John MacFarlane1-1/+5
2011-01-20Native writer: eliminated empty spaces in brackets.John MacFarlane1-2/+3
2011-01-20Improved native writer using Pretty.John MacFarlane1-48/+32
2011-01-19Made writeNative sensitive to writerStandalone.John MacFarlane1-4/+7
2010-07-05Moved Pandoc prettyprinting code from Shared to new Native writer.John MacFarlane1-0/+86