aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Textile.hs
AgeCommit message (Expand)Author
2020-04-15Use the new builders, modify readers to preserve empty headersdespresc
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc
2020-04-15Implement the new Table typedespresc
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2020-02-07Resolve HLint warningsAlbert Krewinkel
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-09-28Use Prelude.fail to avoid ambiguity with fail from GHC.Base.John MacFarlane
2019-03-01Remove license boilerplate.John MacFarlane
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2018-07-02Spellcheck commentsAlexander Krotov
2018-03-30Textile reader: fixed tables with no body rows.John MacFarlane
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-03-16Monoid/Semiground cleanup relying on custom Prelude.John MacFarlane
2018-01-19hlint code improvements.John MacFarlane
2018-01-05Update copyright notices to include 2018Albert Krewinkel
2017-11-02hlintAlexander Krotov
2017-10-27hlint suggestions.John MacFarlane
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane
2017-10-27Consistent underline for Readers (#2270)hftf
2017-09-12Textile reader: allow 'pre' code in list item.John MacFarlane
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