summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Pretty.hs
AgeCommit message (Expand)Author
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
2010-12-17Added new prettyprinting module.John MacFarlane