aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Pretty.hs
AgeCommit message (Expand)AuthorFilesLines
2014-07-27Text.Pandoc.Pretty: added blanklines.John MacFarlane1-15/+17
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel1-2/+2
2014-02-06Removed RenderState datatype context.Merijn Verstraaten1-2/+1
2014-01-02Pretty: Added nestle. API change, minor version bump to 1.12.3.John MacFarlane1-1/+10
2013-08-04Remove CPP from default-extensions; add pragmas to modules as needed.John MacFarlane1-1/+1
2013-02-28Pretty: Fixed chomp so it works inside Prefixed elements.John MacFarlane1-6/+8
2013-02-28Pretty: Better Show instance for debugging purposes.John MacFarlane1-4/+1
2012-08-13Pretty: Fixed bug that caused combining characters to be dropped.John MacFarlane1-6/+5
2012-07-26Fixed whitespace errors.John MacFarlane1-1/+1
2012-06-30Pretty: Added wide punctuation range to charWidth.John MacFarlane1-1/+3
2012-02-08More efficient implementation of nowrap in Pretty.John MacFarlane1-4/+4
2012-02-05Fixed Pretty so it uses Data.Monoid's <> w/ GHC 7.4.John MacFarlane1-2/+13
2012-02-05Remove dependency on dlist.John MacFarlane1-6/+7
2012-01-27Made charWidth in Text.Pandoc.Pretty complete.John MacFarlane1-29/+35
2012-01-25Pretty: Export realLength and use it in calculating offsets.John MacFarlane1-10/+16
2012-01-25Pretty: Added charWidth function.John MacFarlane1-0/+37
2011-12-31Pretty: Added beforeNonBreak combinator.John MacFarlane1-0/+21
2011-11-18Pretty: Added chomp combinator.John MacFarlane1-0/+13
2010-12-22Pretty: Added quote, doubleQuote.John MacFarlane1-0/+10
2010-12-21Pretty: don't print a breaking space before a newline.John MacFarlane1-0/+4
2010-12-20Renamed 'enclosed' to 'inside'.John MacFarlane1-7/+7
2010-12-19Pretty: Fixed parens.John MacFarlane1-1/+1
2010-12-19Pretty: Added enclosed, parens.John MacFarlane1-2/+13
2010-12-19Pretty: Added braces and brackets.John MacFarlane1-0/+9
2010-12-17Added new prettyprinting module.John MacFarlane1-0/+395