aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/TWiki.hs
AgeCommit message (Expand)AuthorFilesLines
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane1-6/+6
2021-04-28Smarter smart quotes.John MacFarlane1-21/+1
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres1-7/+7
2020-06-28Remove obsolete RelaxedPolyRec extension (#6487)Nikolay Yakimov1-2/+0
2020-04-15Use the new builders, modify readers to preserve empty headersdespresc1-1/+7
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc1-5/+5
2020-04-15Implement the new Table typedespresc1-5/+5
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel1-1/+1
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-55/+62
2019-03-01Remove license boilerplate.John MacFarlane1-19/+0
2019-01-07TWiki reader: fix performance issue with underscores.John MacFarlane1-1/+3
2018-10-03TWiki reader: hlintAlexander Krotov1-61/+50
2018-03-29Removed unused extensions (#4506)Anabra1-4/+3
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane1-4/+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-1/+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-2/+2
2017-05-24Parsing: Provide parseFromString'.John MacFarlane1-4/+4
2017-04-26Simplify linkText in Text.Pandoc.Readers.TWiki (#3605)Alexander Krotov1-2/+2
2017-04-24TWiki reader: remove unnecessary $ (#3597)Alexander Krotov1-1/+1
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-12/+15
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-01-25More logging-related changes.John MacFarlane1-71/+78
2017-01-25Changes to verbosity in writer and reader options.John MacFarlane1-1/+1
2017-01-25Removed readerSmart and the --smart option; added Ext_smart extension.John MacFarlane1-1/+1
2017-01-25TWiki reader: Remove old readTWikiWithWarnings'.John MacFarlane1-18/+5
2017-01-25Class: rename addWarning[WithPos] to warning[WithPos].John MacFarlane1-1/+1
2017-01-25Class: Renamed 'warn' to 'addWarning' and consolidated RTF writer.John MacFarlane1-1/+1
2017-01-25Readers: pass errors straight up to PandocMonad.Jesse Rosenthal1-1/+1
2017-01-25Unify Errors.Jesse Rosenthal1-1/+1
2017-01-25Working on readers.Jesse Rosenthal1-9/+16
2016-07-14Fixed compiler warnings.John MacFarlane1-4/+4
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane1-1/+0
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane1-0/+1
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane1-2/+0
2015-02-18Change return type of TWiki readerMatthew Pickering1-2/+3
2015-01-05ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wik...Mark Wright1-1/+1
2014-10-30TWiki Reader: add new new twiki readerAlexander Sulfrian1-0/+526