summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/MediaWiki.hs
Commit message (Expand)AuthorAge
* Update copyright notices to include 2018Albert Krewinkel2018-01-05
* Automatic reformating by stylish-haskell.John MacFarlane2017-10-27
* Writers: adjusted for renderTemplate' changes.John MacFarlane2017-06-20
* Use Control.Monad.State.Strict throughout.John MacFarlane2017-06-17
* Switched Writer types to use Text.John MacFarlane2017-06-11
* Shared: Provide custom isURI that rejects unknown schemes [isURI]Albert Krewinkel2017-05-23
* Update dates in copyright noticesAlbert Krewinkel2017-05-13
* MediaWiki writer: don't softbreak lines inside list items.John MacFarlane2017-03-26
* MediaWiki writer: use PandocMonad.John MacFarlane2017-03-12
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* MediaWiki writer: Remove newline before `</ref>`.John MacFarlane2017-02-21
* MediaWiki writer: add display attribute on `<math>` tags.John MacFarlane2017-02-21
* MediaWiki writer: Updated list of syntax highlighting languages.John MacFarlane2017-02-21
* Revert "Added page breaks into Pandoc."John MacFarlane2017-01-25
* Convert all writers to use PandocMonad.Jesse Rosenthal2017-01-25
* Adds support for pagebreaks (when it makes sense)Hubert Plociniczak2017-01-25
* Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane2016-11-30
* Add support for the LineBlock element to writersAlbert Krewinkel2016-10-13
* MediaWiki writer: fix spacing issues.John MacFarlane2016-01-02
* Implemented SoftBreak and new `--wrap` option.John MacFarlane2015-12-11
* Updated readers, writers and README for link attributemb212015-08-07
* Updated readers and writers for new image attribute parameter.John MacFarlane2015-08-07
* Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
* Merge pull request #1927 from freephile/masterJohn MacFarlane2015-02-07
|\
| * update syntax for Images/Media files in MediaWikiGreg Rundlett2015-02-05
* | Append newline to the LineBreak of various writersTim Lin2015-02-04
|/
* MediaWiki writer: Fixed links with URL = text.John MacFarlane2014-12-19
* Mediawiki writer: don't escape inside `<source>`.John MacFarlane2014-07-29
* MediaWiki writer: Minor renaming of 'st' prefixed names.John MacFarlane2014-07-04
* Little restructuralization.Matej Kollar2014-07-04
* Move more things to Reader.Matej Kollar2014-07-04
* HLint suggestions.Matej Kollar2014-07-04
* Use Reader.Matej Kollar2014-07-02
* Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
* HLint: redundant parensHenry de Valence2013-12-19
* Adjusted writers and tests for change in parsing of div/span.John MacFarlane2013-08-18
* Adjustments for new Format newtype.John MacFarlane2013-08-10
* Preliminary support for new Div and Span elements in writers.John MacFarlane2013-08-08
* MediaWiki writer: Use native mediawiki tables instead of HTML.John MacFarlane2013-08-03
* Created Text.Pandoc.Writers.Shared, improved metaToJSON.John MacFarlane2013-07-01
* Metadata changes: Variables now completely shadow metadata.John MacFarlane2013-06-29
* Writers: Use defField for defaults.John MacFarlane2013-06-27
* Use new flexible metadata type.John MacFarlane2013-06-24
* Use 'fig:' instead of '\SOH' in title to indicate figure.John MacFarlane2013-01-15
* Implemented Ext_implicit_figures.John MacFarlane2013-01-14
* Added Attr field to Header.John MacFarlane2013-01-09
* Don't put the text of an autolink in Code font.John MacFarlane2013-01-06
* MediaWiki writer: use `<code>` not `<tt>` for Code.John MacFarlane2013-01-04
* Remove newline after <br/> in translation of LineBreakBrent Yorgey2012-10-04
* Don't include empty captions in figures.John MacFarlane2012-08-04