aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Muse.hs
AgeCommit message (Expand)Author
2022-10-17T.P.Error: Remove PandocParsecError constructor from PandocError. (#8385)John MacFarlane
2022-10-16T.P.Parsing: Remove gratuitious renaming of Parsec types.John MacFarlane
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane
2021-03-20Text.Pandoc.Parsing: remove F type synonym.John MacFarlane
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres
2020-04-28Support new Underline element in readers and writers (#6277)Vaibhav Sagar
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
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-10-15Muse reader: do not allow closing asterisks to be followed by "*"Alexander Krotov
2019-10-15Muse reader: do not split series of asterisks into symbols and emphasisAlexander Krotov
2019-10-15Muse reader: do not terminate emphasis on "*" not followed by spaceAlexander Krotov
2019-10-04Fix all hlint warnings in Muse readerAlexander Krotov
2019-09-28Use Prelude.fail to avoid ambiguity with fail from GHC.Base.John MacFarlane
2019-08-26Use parseFromString' in Muse reader.John MacFarlane
2019-08-26Fix inline parsing in grid table cells.John MacFarlane
2019-07-14Muse: add RTL supportAlexander Krotov
2019-05-25Muse reader: allow images inside link descriptionsAlexander Krotov
2019-03-01Remove license boilerplate.John MacFarlane
2019-02-18hlint MuseAlexander Krotov
2019-02-18Muse reader: add secondary note supportAlexander Krotov
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2018-12-31Remove unused HasHeaderMap (#5175)Alexander
2018-11-14Muse reader: trim whitespace before parsing grid table cellsAlexander Krotov
2018-11-14Muse reader: add grid tables supportAlexander Krotov
2018-10-28Muse reader: try to parse lists before trying to parse tableAlexander Krotov
2018-10-27Muse reader: forbid whitespace after opening and before closing markup elementsAlexander Krotov
2018-10-26Muse reader: parse page breaksAlexander Krotov
2018-10-24Muse reader: simplify museToPandocTableAlexander Krotov
2018-10-22Muse reader internals: remove unnecessary "skipSpaces"Alexander Krotov
2018-10-22Muse reader: allow footnotes to start with empty lineAlexander Krotov
2018-10-21Muse reader: make sure that the whole text is parsedAlexander Krotov
2018-10-21Muse reader: allow empty headersAlexander Krotov
2018-10-17Muse reader: allow examples to be indented with tabsAlexander Krotov
2018-10-17Muse reader: remove indentation from examples indicated by {{{ and }}}Alexander Krotov
2018-10-16Muse reader: simplify "atStart"Alexander Krotov
2018-10-16Muse reader: code cleanupAlexander Krotov
2018-10-16Muse reader: simplify "commonPrefix" implementationAlexander Krotov
2018-10-16Muse reader: simplify emphasis parsingAlexander Krotov
2018-10-11Muse reader internals: don't use "choice" with static listAlexander Krotov
2018-10-11Muse reader: use indentWith to parse indentationAlexander Krotov
2018-10-11Muse reader: move museInPara from state to environmentAlexander Krotov
2018-10-10Muse reader internals: merge link and explicit link parsers into one functionAlexander Krotov
2018-10-10Muse reader: rewrite code parser in applicative styleAlexander Krotov
2018-10-10Muse reader: fix parsing of empty cellsAlexander Krotov
2018-10-10Muse reader: simplify table parsingAlexander Krotov