aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Shared.hs
AgeCommit message (Expand)Author
2022-09-18Add prefixes to identifiers with `--file-scope`. (#8282)John MacFarlane
2022-08-03Deprecate deLink.John MacFarlane
2022-07-04Ensure that Nulls are ignored in creating slide shows.John MacFarlane
2022-06-20LaTeX: Handle formatted text inside code inline (#8129)Elliot Bobrow
2022-06-02makeSections: don't make a section for a div with class "fragments".John MacFarlane
2022-04-08Shared.taskListItemToAscii: handle asciidoctor's characters.John MacFarlane
2022-03-13Shared: define ordNub as alias for nubOrd from containers package (#7963)Albert Krewinkel
2022-03-12Document more functions in T.P.Parsing and T.P.Shared.Albert Krewinkel
2022-01-19Modify stringify so it ignores `[Citation]` inside `Cite`.John MacFarlane
2022-01-17T.P.Shared.defaultUserDataDir: behavior change.John MacFarlane
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-12-19Add a writer for Markua 0.10 (#7729)binaarinen
2021-12-11fix(IpynbOutput)!: rank always favors output formatKolen Cheung
2021-10-12Revert "Depend on pandoc-types 1.23, remove Null constructor on Block."John MacFarlane
2021-10-11Remove splitSentences from T.P.Shared [API change].John MacFarlane
2021-10-01Depend on pandoc-types 1.23, remove Null constructor on Block.John MacFarlane
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane
2021-04-17Move getLang from BCP47 -> T.P.Writers.Shared.John MacFarlane
2021-04-08Fix regression in grid tables for wide characters.John MacFarlane
2021-03-21Simplify T.P.Asciify and export toAsciiText [API change].John MacFarlane
2021-03-20T.P.Shared: remove `backslashEscapes`, `escapeStringUsing`.John MacFarlane
2021-03-19T.P.Shared: Remove ToString, ToText typeclasses [API change].John MacFarlane
2021-03-15Use foldl' instead of foldl everywhere.John MacFarlane
2021-03-12Simplify compactDL.John MacFarlane
2021-03-05Shared: Change defaultUserDataDirs -> defaultUserDataDir.John MacFarlane
2021-02-20T.P.Shared: remove some obsolete functions [API change].John MacFarlane
2021-02-18T.P.Shared: cleanup.John MacFarlane
2021-02-13T.P.Shared: export `handleTaskListItem`. [API change]Albert Krewinkel
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres
2020-05-05Shared.makeSections: omit number attribute when unnumbered class...John MacFarlane
2020-04-28Support new Underline element in readers and writers (#6277)Vaibhav Sagar
2020-04-17Merge pull request #6224 from despresc/better-tablesJohn MacFarlane
2020-04-16Shared: renderTags': use self-closing tag for col element.John MacFarlane
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc
2020-04-15Remove the onlySimpleCellBodies function from Shareddespresc
2020-04-15Implement the new Table typedespresc
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2020-02-08Factor out a findM function (#6125)Joseph C. Sible
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane
2020-02-07Resolve HLint warningsAlbert Krewinkel
2020-02-07Various minor cleanups and refactoring (#6117)Joseph C. Sible
2019-12-17Improved makeSections so we don't get doubled attributes.John MacFarlane
2019-12-07Fix --toc-depth regression in 2.8.John MacFarlane
2019-12-05Roll back part of of `--shift-heading-level-by` change.John MacFarlane
2019-12-05Fix makeSections so it doesn't turn column divs into sections.John MacFarlane
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-11-11Change the implementation of `htmlSpanLikeElements` and implement `<dfn>` (#5...Florian Beeres
2019-10-29Shared.makeSections: better behavior in some corner cases.John MacFarlane