index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Readers
/
MediaWiki.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-09
Change reader types, allowing better tracking of source positions.
John MacFarlane
1
-6
/
+7
2021-03-13
MediaWiki reader: Allow block-level content in notes (ref).
John MacFarlane
1
-1
/
+9
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
1
-1
/
+1
2020-12-30
Mediawiki reader: allow space around storng/emph delimiters.
John MacFarlane
1
-6
/
+4
2020-09-19
Change deprecated Builder.isNull to null.
John MacFarlane
1
-1
/
+1
2020-09-13
Fix hlint suggestions, update hlint.yaml (#6680)
Christian Despres
1
-3
/
+3
2020-06-28
Remove obsolete RelaxedPolyRec extension (#6487)
Nikolay Yakimov
1
-2
/
+0
2020-05-04
Fix mediawiki reader with gfm_auto_identifiers.
John MacFarlane
1
-1
/
+4
2020-04-15
Use the new builders, modify readers to preserve empty headers
despresc
1
-1
/
+7
2020-04-15
Adapt to the newest Table type, fix some previous adaptation issues
despresc
1
-3
/
+3
2020-04-15
Implement the new Table type
despresc
1
-3
/
+3
2020-03-22
Finer grained imports of Text.Pandoc.Class submodules (#6203)
Albert Krewinkel
1
-1
/
+1
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
1
-2
/
+0
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
1
-1
/
+1
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
1
-99
/
+99
2019-09-19
MediaWiki: skip optional {{table}} template.
John MacFarlane
1
-0
/
+1
2019-05-01
MediaWiki reader: handle multiple attributes in table row (#5471)
chinapedia
1
-2
/
+2
2019-03-01
Remove license boilerplate.
John MacFarlane
1
-18
/
+0
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
1
-2
/
+2
2019-01-25
MediaWiki reader: use `_` instead of `-` in auto-identifiers.
John MacFarlane
1
-1
/
+6
2018-12-31
Remove unused HasHeaderMap (#5175)
Alexander
1
-7
/
+0
2018-11-25
MediaWiki reader internals: remove unnecessary binding
Alexander Krotov
1
-2
/
+1
2018-03-29
Removed unused extensions (#4506)
Anabra
1
-3
/
+1
2018-03-28
Mediawiki reader: improve table parsing.
John MacFarlane
1
-5
/
+18
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
1
-0
/
+2
2018-03-16
Monoid/Semiground cleanup relying on custom Prelude.
John MacFarlane
1
-1
/
+0
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
1
-2
/
+2
2017-11-11
MediaWiki reader: hlint
Alexander Krotov
1
-13
/
+13
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
1
-4
/
+4
2017-06-20
Move CR filtering from tabFilter to the readers.
John MacFarlane
1
-2
/
+3
2017-06-19
Separated tracing from logging.
John MacFarlane
1
-3
/
+2
2017-06-10
Changed all readers to take Text instead of String.
John MacFarlane
1
-2
/
+3
2017-05-25
MediaWiki reader: don't do curly quotes inside `<tt>` contexts.
John MacFarlane
1
-1
/
+10
2017-05-25
MediaWiki reader: Make smart double quotes depend on `smart` extension.
John MacFarlane
1
-1
/
+3
2017-05-13
Update dates in copyright notices
Albert Krewinkel
1
-2
/
+2
2017-03-12
Issue warning for duplicate header identifiers.
John MacFarlane
1
-0
/
+7
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
1
-27
/
+29
2017-02-21
MediaWiki reader: ensure that list starts begin at left margin.
John MacFarlane
1
-9
/
+18
2017-02-21
MediaWiki reader: fixed more table issues.
John MacFarlane
1
-9
/
+7
2017-02-21
MediaWiki reader: Allow blank line after table start.
John MacFarlane
1
-1
/
+1
2017-02-21
MediaWiki tables: allow extra hyphens after `|-` in tables.
John MacFarlane
1
-1
/
+1
2017-02-11
Use new warnings throughout the code base.
John MacFarlane
1
-4
/
+2
2017-02-10
Added Text.Pandoc.Logging (exported module).
John MacFarlane
1
-0
/
+1
2017-01-25
More logging-related changes.
John MacFarlane
1
-6
/
+3
2017-01-25
Changes to verbosity in writer and reader options.
John MacFarlane
1
-1
/
+1
2017-01-25
Readers: pass errors straight up to PandocMonad.
Jesse Rosenthal
1
-2
/
+1
2017-01-25
Unify Errors.
Jesse Rosenthal
1
-1
/
+2
2017-01-25
Working on readers.
Jesse Rosenthal
1
-71
/
+75
2017-01-19
MediaWiki reader: improved handling of display math.
John MacFarlane
1
-2
/
+3
2017-01-05
MediaWiki reader: Fix quotation mark parsing (#3336)
tgkokk
1
-6
/
+3
[next]