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
/
Readers
/
MediaWiki.hs
Age
Commit message (
Expand
)
Author
2024-02-07
MediaWiki reader: don't make leading blanks underscores...
John MacFarlane
2024-02-07
MediaWiki reader: allow lowercase `image:`.
John MacFarlane
2023-12-30
Add command test for #9293.
John MacFarlane
2023-12-30
MediaWiki reader: handle multiline math in list items.
John MacFarlane
2023-11-13
MediaWiki reader: allow attribute keys with hyphens.
John MacFarlane
2023-07-05
MediaWiki reader: revise treatment of "link trail."
John MacFarlane
2023-01-17
Fix spacing errors.
John MacFarlane
2023-01-12
Refine "blending" rules for MediaWiki links
Ruqi
2023-01-10
Update copyright years, it's 2023!
Albert Krewinkel
2022-10-20
Text.Pandoc.Parsing: remove `nested` [API change].
John MacFarlane
2022-10-16
T.P.Parsing: Remove gratuitious renaming of Parsec types.
John MacFarlane
2022-08-30
MediaWiki writer: shorten code
Albert Krewinkel
2022-08-30
Mediawiki reader: Parse table cell with attribs, to support rowspan, colspan ...
Ruqi
2022-07-28
MediaWiki reader: allow HTML comment after row start.
John MacFarlane
2022-07-06
Use `formatCode` from #7525 in HTML and MediaWiki (#8162)
Elliot Bobrow
2022-03-24
[API change] Unify grid table parsing (#7971)
Albert Krewinkel
2022-01-02
Copyright notices: update for 2022
Albert Krewinkel
2021-10-22
Use simpleFigure in Readers.
Aner Lucero
2021-05-09
Change reader types, allowing better tracking of source positions.
John MacFarlane
2021-03-13
MediaWiki reader: Allow block-level content in notes (ref).
John MacFarlane
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
2020-12-30
Mediawiki reader: allow space around storng/emph delimiters.
John MacFarlane
2020-09-19
Change deprecated Builder.isNull to null.
John MacFarlane
2020-09-13
Fix hlint suggestions, update hlint.yaml (#6680)
Christian Despres
2020-06-28
Remove obsolete RelaxedPolyRec extension (#6487)
Nikolay Yakimov
2020-05-04
Fix mediawiki reader with gfm_auto_identifiers.
John MacFarlane
2020-04-15
Use the new builders, modify readers to preserve empty headers
despresc
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
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
2019-09-19
MediaWiki: skip optional {{table}} template.
John MacFarlane
2019-05-01
MediaWiki reader: handle multiple attributes in table row (#5471)
chinapedia
2019-03-01
Remove license boilerplate.
John MacFarlane
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
2019-01-25
MediaWiki reader: use `_` instead of `-` in auto-identifiers.
John MacFarlane
2018-12-31
Remove unused HasHeaderMap (#5175)
Alexander
2018-11-25
MediaWiki reader internals: remove unnecessary binding
Alexander Krotov
2018-03-29
Removed unused extensions (#4506)
Anabra
2018-03-28
Mediawiki reader: improve table parsing.
John MacFarlane
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
2018-03-16
Monoid/Semiground cleanup relying on custom Prelude.
John MacFarlane
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
2017-11-11
MediaWiki reader: hlint
Alexander Krotov
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
2017-06-20
Move CR filtering from tabFilter to the readers.
John MacFarlane
2017-06-19
Separated tracing from logging.
John MacFarlane
2017-06-10
Changed all readers to take Text instead of String.
John MacFarlane
[next]