aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Textile.hs
AgeCommit message (Expand)AuthorFilesLines
2020-02-07Resolve HLint warningsAlbert Krewinkel1-2/+1
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-137/+136
2019-09-28Use Prelude.fail to avoid ambiguity with fail from GHC.Base.John MacFarlane1-1/+1
2019-03-01Remove license boilerplate.John MacFarlane1-19/+0
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-2/+2
2018-07-02Spellcheck commentsAlexander Krotov1-1/+1
2018-03-30Textile reader: fixed tables with no body rows.John MacFarlane1-1/+1
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-03-16Monoid/Semiground cleanup relying on custom Prelude.John MacFarlane1-1/+0
2018-01-19hlint code improvements.John MacFarlane1-6/+7
2018-01-05Update copyright notices to include 2018Albert Krewinkel1-2/+2
2017-11-02hlintAlexander Krotov1-5/+4
2017-10-27hlint suggestions.John MacFarlane1-1/+1
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane1-4/+4
2017-10-27Consistent underline for Readers (#2270)hftf1-2/+2
2017-09-12Textile reader: allow 'pre' code in list item.John MacFarlane1-8/+4
2017-07-07Rewrote LaTeX reader with proper tokenization.John MacFarlane1-1/+1
2017-06-20Move CR filtering from tabFilter to the readers.John MacFarlane1-2/+2
2017-06-19Separated tracing from logging.John MacFarlane1-4/+2
2017-06-10Changed all readers to take Text instead of String.John MacFarlane1-2/+5
2017-05-28Parsing: `many1Till`: Check for the end condition before parsingHerwig Stuetz1-1/+1
2017-05-24Parsing: Provide parseFromString'.John MacFarlane1-4/+4
2017-05-15Textile reader: fix bug for certain links in table cells.John MacFarlane1-2/+5
2017-05-13Update dates in copyright noticesAlbert Krewinkel1-3/+4
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-16/+16
2017-02-11Use new warnings throughout the code base.John MacFarlane1-4/+2
2017-02-10Added Text.Pandoc.Logging (exported module).John MacFarlane1-0/+1
2017-02-06Removed --parse-raw and readerParseRaw.John MacFarlane1-6/+0
2017-01-25More logging-related changes.John MacFarlane1-7/+4
2017-01-25Changes to verbosity in writer and reader options.John MacFarlane1-1/+1
2017-01-25Removed readerOldDashes and --old-dashes option, added old_dashes extension.John MacFarlane1-3/+1
2017-01-25Readers: pass errors straight up to PandocMonad.Jesse Rosenthal1-2/+1
2017-01-25Unify Errors.Jesse Rosenthal1-1/+2
2017-01-25Working on readers.Jesse Rosenthal1-84/+92
2016-09-02Remove Compat.MonoidJesse Rosenthal1-1/+1
2016-08-06MediaWiki reader: properly interpret XML tags in pre environments.John MacFarlane1-3/+2
2016-07-22Textile reader: disallow empty URL in explicit link.John MacFarlane1-1/+1
2016-07-22Textile reader: support `bc..` extended code blocks.John MacFarlane1-5/+25
2016-07-19Textile reader: improve definition list parsing.John MacFarlane1-6/+13
2016-07-18Textile reader: improved table parsing.John MacFarlane1-22/+62
2016-07-14Fixed exponential parsing bug in textile reader.John MacFarlane1-0/+1
2016-06-25Textile reader: Fix overly aggressive interpretation as images.John MacFarlane1-7/+4
2016-06-23Textile reader: fixed attributes.John MacFarlane1-1/+3
2016-01-25Textile reader: Support `>`, `<`, `=`, `<>` text alignment attributes.John MacFarlane1-2/+19
2016-01-02Textile reader: don't allow block HTML tags in inline contexts.John MacFarlane1-2/+2
2015-12-13new function to extract multiple properties at once in CSS.hsmb211-4/+1
2015-12-03Textile Reader: image attributesmb211-2/+9
2015-11-16Textile reader: skip over attribute in image source.John MacFarlane1-0/+1
2015-11-09Restored Text.Pandoc.Compat.Monoid.John MacFarlane1-0/+1
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane1-1/+0