summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/XWiki.hs
AgeCommit message (Expand)Author
2023-01-13Remove block constructor Null from the code base.John MacFarlane
2023-01-13Support complex figures. [API change]Albert Krewinkel
2022-10-18T.P.Shared: remove `escapeURI`, `isURI`.John MacFarlane
2022-10-15Minor code cleanups.John MacFarlane
2022-09-13XWiki writer: use template if it is specified.John MacFarlane
2021-10-12Revert "Depend on pandoc-types 1.23, remove Null constructor on Block."John MacFarlane
2021-10-01Depend on pandoc-types 1.23, remove Null constructor on Block.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-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-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-08-13Fix multiline table for XWiki writer (#5683)Zihang Chen
2019-04-02Add XWiki Support (#4167)Derek Chen-Becker