summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Pretty.hs
Commit message (Expand)AuthorAge
* 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
* Pretty: Added braces and brackets.John MacFarlane2010-12-19
* Added new prettyprinting module.John MacFarlane2010-12-17