summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Textile.hs
Commit message (Expand)AuthorAge
* Moved WriterOptions and associated types Shared -> Options.John MacFarlane2012-07-26
* Fixed whitespace errors.John MacFarlane2012-07-26
* Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane2011-12-27
* Add support for attributes in inline Code.John MacFarlane2011-01-26
* Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane2011-01-26
* Added needed space after .bc and .bq.John MacFarlane2011-01-23
* Textile writer: Don't escape code in bc. block.John MacFarlane2011-01-23
* Textile writer: Don't HTML-escape between @'s.John MacFarlane2011-01-23
* Textile writer: Use <pre> instead of bc.. for code with blank lines.John MacFarlane2011-01-23
* Use [] for superscripts and subscripts in textile writer.John MacFarlane2010-11-27
* Fixed spacing problems in textile nested lists.John MacFarlane2010-11-27
* Added Textile writer module.John MacFarlane2010-05-17