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
/
Writers
/
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
2020-02-08
Clean up after "hlint --refactor" (#6129)
Joseph C. Sible
1
-5
/
+4
2020-02-07
Apply linter suggestions. Add fix_spacing to lint target in Makefile.
John MacFarlane
1
-6
/
+10
2020-02-05
MediaWiki writer: prevent triple `[[[`.
John MacFarlane
1
-1
/
+11
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
1
-105
/
+107
2019-10-29
Changes to build with new doctemplates/doclayout.
John MacFarlane
1
-6
/
+6
2019-08-25
Use new doctemplates, doclayout.
John MacFarlane
1
-5
/
+5
2019-07-28
Use doctemplates 0.3, change type of writerTemplate.
John MacFarlane
1
-4
/
+5
2019-07-23
Templates: Change type of renderTemplate'.
John MacFarlane
1
-3
/
+3
2019-04-02
Add XWiki Support (#4167)
Derek Chen-Becker
1
-1
/
+1
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
2018-11-27
MediaWiki writer: fix caption, use 'thumb' instead of 'frame'.
John MacFarlane
1
-17
/
+33
2018-07-24
MediaWiki writer: Avoid extra blank line in tables with empty cells.
John MacFarlane
1
-0
/
+1
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
1
-0
/
+2
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
1
-2
/
+2
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
1
-1
/
+1
2017-06-20
Writers: adjusted for renderTemplate' changes.
John MacFarlane
1
-3
/
+2
2017-06-17
Use Control.Monad.State.Strict throughout.
John MacFarlane
1
-1
/
+1
2017-06-11
Switched Writer types to use Text.
John MacFarlane
1
-3
/
+5
2017-05-23
Shared: Provide custom isURI that rejects unknown schemes [isURI]
Albert Krewinkel
1
-1
/
+0
2017-05-13
Update dates in copyright notices
Albert Krewinkel
1
-2
/
+2
2017-03-26
MediaWiki writer: don't softbreak lines inside list items.
John MacFarlane
1
-1
/
+4
2017-03-12
MediaWiki writer: use PandocMonad.
John MacFarlane
1
-23
/
+29
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
1
-26
/
+26
2017-02-21
MediaWiki writer: Remove newline before `</ref>`.
John MacFarlane
1
-2
/
+2
2017-02-21
MediaWiki writer: add display attribute on `<math>` tags.
John MacFarlane
1
-2
/
+5
2017-02-21
MediaWiki writer: Updated list of syntax highlighting languages.
John MacFarlane
1
-17
/
+641
2017-01-25
Revert "Added page breaks into Pandoc."
John MacFarlane
1
-2
/
+0
2017-01-25
Convert all writers to use PandocMonad.
Jesse Rosenthal
1
-2
/
+3
2017-01-25
Adds support for pagebreaks (when it makes sense)
Hubert Plociniczak
1
-1
/
+3
2016-11-30
Options: Removed writerStandalone, made writerTemplate a Maybe.
John MacFarlane
1
-3
/
+3
2016-10-13
Add support for the LineBlock element to writers
Albert Krewinkel
1
-0
/
+3
2016-01-02
MediaWiki writer: fix spacing issues.
John MacFarlane
1
-1
/
+5
2015-12-11
Implemented SoftBreak and new `--wrap` option.
John MacFarlane
1
-0
/
+7
2015-08-07
Updated readers, writers and README for link attribute
mb21
1
-1
/
+1
2015-08-07
Updated readers and writers for new image attribute parameter.
John MacFarlane
1
-5
/
+26
2015-04-26
Updated copyright notices to -2015. Closes #2111.
John MacFarlane
1
-2
/
+2
2015-02-07
Merge pull request #1927 from freephile/master
John MacFarlane
1
-2
/
+2
2015-02-05
update syntax for Images/Media files in MediaWiki
Greg Rundlett
1
-2
/
+2
2015-02-04
Append newline to the LineBreak of various writers
Tim Lin
1
-1
/
+1
2014-12-19
MediaWiki writer: Fixed links with URL = text.
John MacFarlane
1
-1
/
+1
2014-07-29
Mediawiki writer: don't escape inside `<source>`.
John MacFarlane
1
-4
/
+8
2014-07-04
MediaWiki writer: Minor renaming of 'st' prefixed names.
John MacFarlane
1
-31
/
+31
2014-07-04
Little restructuralization.
Matej Kollar
1
-9
/
+6
2014-07-04
Move more things to Reader.
Matej Kollar
1
-36
/
+29
2014-07-04
HLint suggestions.
Matej Kollar
1
-35
/
+34
2014-07-02
Use Reader.
Matej Kollar
1
-96
/
+95
[next]