aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Textile.hs
AgeCommit message (Expand)Author
2017-07-07Rewrote LaTeX reader with proper tokenization.John MacFarlane
2017-06-20Move CR filtering from tabFilter to the readers.John MacFarlane
2017-06-19Separated tracing from logging.John MacFarlane
2017-06-10Changed all readers to take Text instead of String.John MacFarlane
2017-05-28Parsing: `many1Till`: Check for the end condition before parsingHerwig Stuetz
2017-05-24Parsing: Provide parseFromString'.John MacFarlane
2017-05-15Textile reader: fix bug for certain links in table cells.John MacFarlane
2017-05-13Update dates in copyright noticesAlbert Krewinkel
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane
2017-02-11Use new warnings throughout the code base.John MacFarlane
2017-02-10Added Text.Pandoc.Logging (exported module).John MacFarlane
2017-02-06Removed --parse-raw and readerParseRaw.John MacFarlane
2017-01-25More logging-related changes.John MacFarlane
2017-01-25Changes to verbosity in writer and reader options.John MacFarlane
2017-01-25Removed readerOldDashes and --old-dashes option, added old_dashes extension.John MacFarlane
2017-01-25Readers: pass errors straight up to PandocMonad.Jesse Rosenthal
2017-01-25Unify Errors.Jesse Rosenthal
2017-01-25Working on readers.Jesse Rosenthal
2016-09-02Remove Compat.MonoidJesse Rosenthal
2016-08-06MediaWiki reader: properly interpret XML tags in pre environments.John MacFarlane
2016-07-22Textile reader: disallow empty URL in explicit link.John MacFarlane
2016-07-22Textile reader: support `bc..` extended code blocks.John MacFarlane
2016-07-19Textile reader: improve definition list parsing.John MacFarlane
2016-07-18Textile reader: improved table parsing.John MacFarlane
2016-07-14Fixed exponential parsing bug in textile reader.John MacFarlane
2016-06-25Textile reader: Fix overly aggressive interpretation as images.John MacFarlane
2016-06-23Textile reader: fixed attributes.John MacFarlane
2016-01-25Textile reader: Support `>`, `<`, `=`, `<>` text alignment attributes.John MacFarlane
2016-01-02Textile reader: don't allow block HTML tags in inline contexts.John MacFarlane
2015-12-13new function to extract multiple properties at once in CSS.hsmb21
2015-12-03Textile Reader: image attributesmb21
2015-11-16Textile reader: skip over attribute in image source.John MacFarlane
2015-11-09Restored Text.Pandoc.Compat.Monoid.John MacFarlane
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane
2015-10-30Textile reader: don't do smart punctuation unless explicitly asked.John MacFarlane
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane
2015-05-28Removed tab chars in Textile reader source.John MacFarlane
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane
2015-02-18Change return type of Textile readerMatthew Pickering
2015-02-02Textile reader: table improvements.John MacFarlane
2014-08-11Textile reader: list and HTML block parsing improvements.John MacFarlane
2014-08-08Textile reader: fixed list parsing bug. Closes #1500.John MacFarlane
2014-08-08Textile reader: don't allow inline formatting to extend over newline.John MacFarlane
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel
2014-05-07Small improvement to textile reader fix. Removed 'try'.mpickering
2014-05-07Fix textile reader hanging.mpickering
2014-05-06Textile reader: Rearranged inline parsers for performance.John MacFarlane
2014-05-06Textile reader: Rewrote simpleInline for clarity and efficiency.John MacFarlane
2014-05-06Textile reader: Disallow blank lines in inline contexts.John MacFarlane