aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/MediaWiki.hs
AgeCommit message (Expand)AuthorFilesLines
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-105/+107
2019-10-29Changes to build with new doctemplates/doclayout.John MacFarlane1-6/+6
2019-08-25Use new doctemplates, doclayout.John MacFarlane1-5/+5
2019-07-28Use doctemplates 0.3, change type of writerTemplate.John MacFarlane1-4/+5
2019-07-23Templates: Change type of renderTemplate'.John MacFarlane1-3/+3
2019-04-02Add XWiki Support (#4167)Derek Chen-Becker1-1/+1
2019-03-01Remove license boilerplate.John MacFarlane1-18/+0
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-2/+2
2018-11-27MediaWiki writer: fix caption, use 'thumb' instead of 'frame'.John MacFarlane1-17/+33
2018-07-24MediaWiki writer: Avoid extra blank line in tables with empty cells.John MacFarlane1-0/+1
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-01-05Update copyright notices to include 2018Albert Krewinkel1-2/+2
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane1-1/+1
2017-06-20Writers: adjusted for renderTemplate' changes.John MacFarlane1-3/+2
2017-06-17Use Control.Monad.State.Strict throughout.John MacFarlane1-1/+1
2017-06-11Switched Writer types to use Text.John MacFarlane1-3/+5
2017-05-23Shared: Provide custom isURI that rejects unknown schemes [isURI]Albert Krewinkel1-1/+0
2017-05-13Update dates in copyright noticesAlbert Krewinkel1-2/+2
2017-03-26MediaWiki writer: don't softbreak lines inside list items.John MacFarlane1-1/+4
2017-03-12MediaWiki writer: use PandocMonad.John MacFarlane1-23/+29
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-26/+26
2017-02-21MediaWiki writer: Remove newline before `</ref>`.John MacFarlane1-2/+2
2017-02-21MediaWiki writer: add display attribute on `<math>` tags.John MacFarlane1-2/+5
2017-02-21MediaWiki writer: Updated list of syntax highlighting languages.John MacFarlane1-17/+641
2017-01-25Revert "Added page breaks into Pandoc."John MacFarlane1-2/+0
2017-01-25Convert all writers to use PandocMonad.Jesse Rosenthal1-2/+3
2017-01-25Adds support for pagebreaks (when it makes sense)Hubert Plociniczak1-1/+3
2016-11-30Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane1-3/+3
2016-10-13Add support for the LineBlock element to writersAlbert Krewinkel1-0/+3
2016-01-02MediaWiki writer: fix spacing issues.John MacFarlane1-1/+5
2015-12-11Implemented SoftBreak and new `--wrap` option.John MacFarlane1-0/+7
2015-08-07Updated readers, writers and README for link attributemb211-1/+1
2015-08-07Updated readers and writers for new image attribute parameter.John MacFarlane1-5/+26
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane1-2/+2
2015-02-07Merge pull request #1927 from freephile/masterJohn MacFarlane1-2/+2
2015-02-05update syntax for Images/Media files in MediaWikiGreg Rundlett1-2/+2
2015-02-04Append newline to the LineBreak of various writersTim Lin1-1/+1
2014-12-19MediaWiki writer: Fixed links with URL = text.John MacFarlane1-1/+1
2014-07-29Mediawiki writer: don't escape inside `<source>`.John MacFarlane1-4/+8
2014-07-04MediaWiki writer: Minor renaming of 'st' prefixed names.John MacFarlane1-31/+31
2014-07-04Little restructuralization.Matej Kollar1-9/+6
2014-07-04Move more things to Reader.Matej Kollar1-36/+29
2014-07-04HLint suggestions.Matej Kollar1-35/+34
2014-07-02Use Reader.Matej Kollar1-96/+95
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel1-2/+2
2013-12-19HLint: redundant parensHenry de Valence1-1/+1
2013-08-18Adjusted writers and tests for change in parsing of div/span.John MacFarlane1-4/+8
2013-08-10Adjustments for new Format newtype.John MacFarlane1-6/+8
2013-08-08Preliminary support for new Div and Span elements in writers.John MacFarlane1-0/+6
2013-08-03MediaWiki writer: Use native mediawiki tables instead of HTML.John MacFarlane1-44/+39