summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Textile.hs
Commit message (Expand)AuthorAge
* Update copyright notices to include 2018Albert Krewinkel2018-01-05
* hlintAlexander Krotov2017-11-02
* hlint suggestions.John MacFarlane2017-10-27
* Automatic reformating by stylish-haskell.John MacFarlane2017-10-27
* Consistent underline for Readers (#2270)hftf2017-10-27
* Textile reader: allow 'pre' code in list item.John MacFarlane2017-09-12
* Rewrote LaTeX reader with proper tokenization.John MacFarlane2017-07-07
* Move CR filtering from tabFilter to the readers.John MacFarlane2017-06-20
* Separated tracing from logging.John MacFarlane2017-06-19
* Changed all readers to take Text instead of String.John MacFarlane2017-06-10
* Parsing: `many1Till`: Check for the end condition before parsingHerwig Stuetz2017-05-28
* Parsing: Provide parseFromString'.John MacFarlane2017-05-24
* 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