index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Writers
/
MediaWiki.hs
Age
Commit message (
Expand
)
Author
2023-06-19
fix: add highlight for F# language
Adelar da Silva Queiróz
2023-04-05
Remove links from inside links in mediawiki writer (#8739)
wgevaert
2023-01-13
Remove block constructor Null from the code base.
John MacFarlane
2023-01-13
Support complex figures. [API change]
Albert Krewinkel
2023-01-10
Update copyright years, it's 2023!
Albert Krewinkel
2022-11-11
Change the Mediawiki writer to use the 'new' table structure
Wout Gevaert
2022-10-18
T.P.Shared: remove `escapeURI`, `isURI`.
John MacFarlane
2022-10-18
Revert "MediaWiki writer: avoid extra section divs with repeated ids."
John MacFarlane
2022-10-17
MediaWiki writer: avoid extra section divs with repeated ids.
John MacFarlane
2022-01-06
MediaWiki writer: Remove redundant display text for wiki links
Jesse Hathaway
2022-01-02
Copyright notices: update for 2022
Albert Krewinkel
2021-11-19
Remove unused line.
John MacFarlane
2021-11-19
MediaWiki writer: fix code for generating spans for header IDs.
John MacFarlane
2021-11-18
MediaWiki writer: use HTML spans for anchors when header has id.
John MacFarlane
2021-10-22
Use simpleFigure in Readers.
Aner Lucero
2021-10-12
Revert "Depend on pandoc-types 1.23, remove Null constructor on Block."
John MacFarlane
2021-10-01
Depend on pandoc-types 1.23, remove Null constructor on Block.
John MacFarlane
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
2020-11-04
MediaWiki writer: use syntaxhighlight tag...
John MacFarlane
2020-04-28
Support new Underline element in readers and writers (#6277)
Vaibhav Sagar
2020-04-15
Adapt to the newest Table type, fix some previous adaptation issues
despresc
2020-04-15
Implement the new Table type
despresc
2020-03-22
Finer grained imports of Text.Pandoc.Class submodules (#6203)
Albert Krewinkel
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
2020-02-08
Clean up after "hlint --refactor" (#6129)
Joseph C. Sible
2020-02-07
Apply linter suggestions. Add fix_spacing to lint target in Makefile.
John MacFarlane
2020-02-05
MediaWiki writer: prevent triple `[[[`.
John MacFarlane
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
2019-10-29
Changes to build with new doctemplates/doclayout.
John MacFarlane
2019-08-25
Use new doctemplates, doclayout.
John MacFarlane
2019-07-28
Use doctemplates 0.3, change type of writerTemplate.
John MacFarlane
2019-07-23
Templates: Change type of renderTemplate'.
John MacFarlane
2019-04-02
Add XWiki Support (#4167)
Derek Chen-Becker
2019-03-01
Remove license boilerplate.
John MacFarlane
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
2018-11-27
MediaWiki writer: fix caption, use 'thumb' instead of 'frame'.
John MacFarlane
2018-07-24
MediaWiki writer: Avoid extra blank line in tables with empty cells.
John MacFarlane
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
2017-06-20
Writers: adjusted for renderTemplate' changes.
John MacFarlane
2017-06-17
Use Control.Monad.State.Strict throughout.
John MacFarlane
2017-06-11
Switched Writer types to use Text.
John MacFarlane
2017-05-23
Shared: Provide custom isURI that rejects unknown schemes [isURI]
Albert Krewinkel
2017-05-13
Update dates in copyright notices
Albert Krewinkel
2017-03-26
MediaWiki writer: don't softbreak lines inside list items.
John MacFarlane
2017-03-12
MediaWiki writer: use PandocMonad.
John MacFarlane
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
2017-02-21
MediaWiki writer: Remove newline before `</ref>`.
John MacFarlane
[next]