aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Pretty.hs
AgeCommit message (Expand)Author
2017-06-17Use Control.Monad.State.Strict throughout.John MacFarlane
2017-05-27Pretty: Eq instance for Doc.John MacFarlane
2017-05-13Update dates in copyright noticesAlbert Krewinkel
2017-03-22Revert "Experimental change to charWidth in Pretty."John MacFarlane
2017-03-22Experimental change to charWidth in Pretty.John MacFarlane
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane
2017-03-03Pretty: don't error for blocks of size < 1.John MacFarlane
2017-02-23Pretty: simplified definition of realLength.John MacFarlane
2016-12-05Pretty: Added `afterBreak`.John MacFarlane
2016-11-23Fixed some bugs in Pretty that caused blank lines in tables.John MacFarlane
2016-11-19Added function to compute the minimal width of a documentBjörn Peemöller
2016-11-19Added error message for illegal call to Pretty.blockBjörn Peemöller
2016-09-02Remove an inline monad compatibility macro.Jesse Rosenthal
2016-09-02Remove Compat.MonoidJesse Rosenthal
2016-07-14Fixed compiler warnings.John MacFarlane
2016-03-22Updated copyright dates to include 2016.1.17.0.2John MacFarlane
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane
2015-11-09Restored Text.Pandoc.Compat.Monoid.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-14Use custom Prelude to avoid compiler warnings.John MacFarlane
2015-07-25Pretty: comment fix (mb21).John MacFarlane
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane
2015-02-18Remove partial function from PrettyMatthew Pickering
2014-12-06Text.Pandoc.Pretty: Improve performance of realLengthMatthew Pickering
2014-10-20Pretty: Make CR + BLANKLINE = BLANKLINE.John MacFarlane
2014-07-27Text.Pandoc.Pretty: added blanklines.John MacFarlane
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel
2014-02-06Removed RenderState datatype context.Merijn Verstraaten
2014-01-02Pretty: Added nestle. API change, minor version bump to 1.12.3.John MacFarlane
2013-08-04Remove CPP from default-extensions; add pragmas to modules as needed.John MacFarlane
2013-02-28Pretty: Fixed chomp so it works inside Prefixed elements.John MacFarlane
2013-02-28Pretty: Better Show instance for debugging purposes.John MacFarlane
2012-08-13Pretty: Fixed bug that caused combining characters to be dropped.John MacFarlane
2012-07-26Fixed whitespace errors.John MacFarlane
2012-06-30Pretty: Added wide punctuation range to charWidth.John MacFarlane
2012-02-08More efficient implementation of nowrap in Pretty.John MacFarlane
2012-02-05Fixed Pretty so it uses Data.Monoid's <> w/ GHC 7.4.John MacFarlane
2012-02-05Remove dependency on dlist.John MacFarlane
2012-01-27Made charWidth in Text.Pandoc.Pretty complete.John MacFarlane
2012-01-25Pretty: Export realLength and use it in calculating offsets.John MacFarlane
2012-01-25Pretty: Added charWidth function.John MacFarlane
2011-12-31Pretty: Added beforeNonBreak combinator.John MacFarlane
2011-11-18Pretty: Added chomp combinator.John MacFarlane
2010-12-22Pretty: Added quote, doubleQuote.John MacFarlane
2010-12-21Pretty: don't print a breaking space before a newline.John MacFarlane
2010-12-20Renamed 'enclosed' to 'inside'.John MacFarlane
2010-12-19Pretty: Fixed parens.John MacFarlane
2010-12-19Pretty: Added enclosed, parens.John MacFarlane
2010-12-19Pretty: Added braces and brackets.John MacFarlane