aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/TWiki.hs
AgeCommit message (Expand)Author
2025-02-09TWiki reader: use "wikilink" class, instead of title.John MacFarlane
2024-07-03TWiki reader: use isUpper/isLower...John MacFarlane
2024-07-03TWiki Reader: recognize WikiWords as internal links.John MacFarlane
2024-07-03TWiki reader: avoid partial function.John MacFarlane
2022-10-29T.P.Parsing.General: change `characterReference`, `charsInBalanced`.John MacFarlane
2022-10-20Text.Pandoc.Parsing: remove `nested` [API change].John MacFarlane
2022-10-16T.P.Parsing: Remove gratuitious renaming of Parsec types.John MacFarlane
2022-03-24[API change] Unify grid table parsing (#7971)Albert Krewinkel
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane
2021-04-28Smarter smart quotes.John MacFarlane
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres
2020-06-28Remove obsolete RelaxedPolyRec extension (#6487)Nikolay Yakimov
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
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-03-01Remove license boilerplate.John MacFarlane
2019-01-07TWiki reader: fix performance issue with underscores.John MacFarlane
2018-10-03TWiki reader: hlintAlexander Krotov
2018-03-29Removed unused extensions (#4506)Anabra
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2017-10-27Automatic reformating by stylish-haskell.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-04-26Simplify linkText in Text.Pandoc.Readers.TWiki (#3605)Alexander Krotov
2017-04-24TWiki reader: remove unnecessary $ (#3597)Alexander Krotov
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-01-25More logging-related changes.John MacFarlane
2017-01-25Changes to verbosity in writer and reader options.John MacFarlane
2017-01-25Removed readerSmart and the --smart option; added Ext_smart extension.John MacFarlane
2017-01-25TWiki reader: Remove old readTWikiWithWarnings'.John MacFarlane
2017-01-25Class: rename addWarning[WithPos] to warning[WithPos].John MacFarlane
2017-01-25Class: Renamed 'warn' to 'addWarning' and consolidated RTF writer.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-07-14Fixed compiler warnings.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-14Use custom Prelude to avoid compiler warnings.John MacFarlane
2015-02-18Change return type of TWiki readerMatthew Pickering
2015-01-05ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wik...Mark Wright