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