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
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
2016-10-02
MediaWiki writer: transform filename with underscores in images.
John MacFarlane
1
-1
/
+1
2016-09-02
Remove Compat.Monoid
Jesse Rosenthal
1
-1
/
+1
2016-08-06
Improved mediawiki reader's treatment of verbatim constructions.
John MacFarlane
1
-7
/
+13
2016-08-06
Fix for unquoted attribute values in mediawiki tables.
John MacFarlane
1
-1
/
+1
2016-05-09
Allow spaces before '!' in MediaWiki table header
roblabla
1
-1
/
+1
2016-01-22
Changed type of Shared.uniqueIdent argument from [String] to Set String.
John MacFarlane
1
-2
/
+3
2016-01-02
MediaWiki reader: interpret markup inside `<tt>`, `<code>`.
John MacFarlane
1
-4
/
+6
2015-12-12
Modified readers to emit SoftBreak when appropriate.
John MacFarlane
1
-1
/
+2
2015-11-19
Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...
John MacFarlane
1
-11
/
+19
2015-11-09
Restored Text.Pandoc.Compat.Monoid.
John MacFarlane
1
-0
/
+1
2015-11-09
Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."
John MacFarlane
1
-1
/
+0
[next]