summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Textile.hs
Commit message (Expand)AuthorAge
* Update dates in copyright noticesAlbert Krewinkel2017-05-13
* Textile writer: moved into PandocMonad.John MacFarlane2017-03-30
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* Writers: Use gets to access MonadState where possible (#3480)Alexander Krotov2017-03-01
* Revert "Added page breaks into Pandoc."John MacFarlane2017-01-25
* Convert all writers to use PandocMonad.Jesse Rosenthal2017-01-25
* Adds support for pagebreaks (when it makes sense)Hubert Plociniczak2017-01-25
* Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane2016-11-30
* Add support for the LineBlock element to writersAlbert Krewinkel2016-10-13
* Implemented SoftBreak and new `--wrap` option.John MacFarlane2015-12-11
* Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane2015-11-19
|\
| * Updated readers, writers and README for link attributemb212015-08-07
| * Updated readers and writers for new image attribute parameter.John MacFarlane2015-08-07
* | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* | Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
* | Avoid compiler warning for unused identifier.John MacFarlane2015-10-22
* | Textile writer: support start number in ordered lists.John MacFarlane2015-10-22
* | Use custom Prelude to avoid compiler warnings.John MacFarlane2015-10-14
|/
* Textile writer: escape `+` and `-` as entities.John MacFarlane2015-06-27
* Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
* Textile reader: Improved table support.John MacFarlane2014-08-30
* Make `raw_tex` extension non-default for textile reader, writer.John MacFarlane2014-08-14
* Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
* HLint: redundant parensHenry de Valence2013-12-19
* Adjusted writers and tests for change in parsing of div/span.John MacFarlane2013-08-18
* Adjustments for new Format newtype.John MacFarlane2013-08-10
* Preliminary support for new Div and Span elements in writers.John MacFarlane2013-08-08
* Created Text.Pandoc.Writers.Shared, improved metaToJSON.John MacFarlane2013-07-01
* Metadata changes: Variables now completely shadow metadata.John MacFarlane2013-06-29
* Writers: Use defField for defaults.John MacFarlane2013-06-27
* Use new flexible metadata type.John MacFarlane2013-06-24
* 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