summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Textile.hs
Commit message (Expand)AuthorAge
* Textile reader: fix bug for certain links in table cells.John MacFarlane2017-05-15
* Update dates in copyright noticesAlbert Krewinkel2017-05-13
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* Use new warnings throughout the code base.John MacFarlane2017-02-11
* Added Text.Pandoc.Logging (exported module).John MacFarlane2017-02-10
* Removed --parse-raw and readerParseRaw.John MacFarlane2017-02-06
* More logging-related changes.John MacFarlane2017-01-25
* Changes to verbosity in writer and reader options.John MacFarlane2017-01-25
* Removed readerOldDashes and --old-dashes option, added old_dashes extension.John MacFarlane2017-01-25
* Readers: pass errors straight up to PandocMonad.Jesse Rosenthal2017-01-25
* Unify Errors.Jesse Rosenthal2017-01-25
* Working on readers.Jesse Rosenthal2017-01-25
* Remove Compat.MonoidJesse Rosenthal2016-09-02
* MediaWiki reader: properly interpret XML tags in pre environments.John MacFarlane2016-08-06
* Textile reader: disallow empty URL in explicit link.John MacFarlane2016-07-22
* Textile reader: support `bc..` extended code blocks.John MacFarlane2016-07-22
* Textile reader: improve definition list parsing.John MacFarlane2016-07-19
* Textile reader: improved table parsing.John MacFarlane2016-07-18
* Fixed exponential parsing bug in textile reader.John MacFarlane2016-07-14
* Textile reader: Fix overly aggressive interpretation as images.John MacFarlane2016-06-25
* Textile reader: fixed attributes.John MacFarlane2016-06-23
* Textile reader: Support `>`, `<`, `=`, `<>` text alignment attributes.John MacFarlane2016-01-25
* Textile reader: don't allow block HTML tags in inline contexts.John MacFarlane2016-01-02
* new function to extract multiple properties at once in CSS.hsmb212015-12-13
* Textile Reader: image attributesmb212015-12-03
* Textile reader: skip over attribute in image source.John MacFarlane2015-11-16
* Restored Text.Pandoc.Compat.Monoid.John MacFarlane2015-11-09
* Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
* Textile reader: don't do smart punctuation unless explicitly asked.John MacFarlane2015-10-30
* Use custom Prelude to avoid compiler warnings.John MacFarlane2015-10-14
* Removed tab chars in Textile reader source.John MacFarlane2015-05-28
* Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
* Change return type of Textile readerMatthew Pickering2015-02-18
* Textile reader: table improvements.John MacFarlane2015-02-02
* Textile reader: list and HTML block parsing improvements.John MacFarlane2014-08-11
* Textile reader: fixed list parsing bug. Closes #1500.John MacFarlane2014-08-08
* Textile reader: don't allow inline formatting to extend over newline.John MacFarlane2014-08-08
* Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
* Small improvement to textile reader fix. Removed 'try'.mpickering2014-05-07
* Fix textile reader hanging.mpickering2014-05-07
* Textile reader: Rearranged inline parsers for performance.John MacFarlane2014-05-06
* Textile reader: Rewrote simpleInline for clarity and efficiency.John MacFarlane2014-05-06
* Textile reader: Disallow blank lines in inline contexts.John MacFarlane2014-05-06
* Make `--trace` work with textile reader.John MacFarlane2014-05-06
* Textile reader: Rewrote some inline parsing code for clarity.John MacFarlane2014-05-06
* Textile reader: Improved link parsing.John MacFarlane2014-04-07
* Textile reader: Better support for attributes.John MacFarlane2014-04-05
* Textile reader: Improved treatment of HTML spans (%).John MacFarlane2014-04-05
* Removed whitespace at ends of lines.John MacFarlane2014-04-05