summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Textile.hs
Commit message (Expand)AuthorAge
* Textile writer: Removed an unused assignment.John MacFarlane2013-03-01
* Textile writer: Support header attributes.John MacFarlane2013-02-28
* Use 'fig:' instead of '\SOH' in title to indicate figure.John MacFarlane2013-01-15
* Implemented Ext_implicit_figures.John MacFarlane2013-01-14
* Added Attr field to Header.John MacFarlane2013-01-09
* Textile reader/writer: Fixed autolinks.John MacFarlane2012-11-06
* 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