aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/MediaWiki.hs
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-01Created Text.Pandoc.Writers.Shared, improved metaToJSON.John MacFarlane1-2/+2
2013-06-29Metadata changes: Variables now completely shadow metadata.John MacFarlane1-2/+2
2013-06-27Writers: Use defField for defaults.John MacFarlane1-2/+2
2013-06-24Use new flexible metadata type.John MacFarlane1-6/+11
2013-01-15Use 'fig:' instead of '\SOH' in title to indicate figure.John MacFarlane1-2/+2
2013-01-14Implemented Ext_implicit_figures.John MacFarlane1-1/+2
2013-01-09Added Attr field to Header.John MacFarlane1-1/+1
2013-01-06Don't put the text of an autolink in Code font.John MacFarlane1-1/+1
2013-01-04MediaWiki writer: use `<code>` not `<tt>` for Code.John MacFarlane1-1/+1
2012-10-04Remove newline after <br/> in translation of LineBreakBrent Yorgey1-1/+1
2012-08-04Don't include empty captions in figures.John MacFarlane1-3/+4
2012-07-26Moved WriterOptions and associated types Shared -> Options.John MacFarlane1-0/+1
2012-07-26Fixed whitespace errors.John MacFarlane1-23/+23
2012-06-27MediaWiki writer: Avoid extra blank lines after sublists.John MacFarlane1-3/+6
2011-12-27Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane1-10/+2
2011-01-26Add support for attributes in inline Code.John MacFarlane1-7/+7
2011-01-26Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane1-4/+6
2010-03-23Updated copyright notices.John MacFarlane1-2/+2
2010-03-18MediaWiki writer: make links to relative URLs wikilinks.fiddlosopher1-11/+9
2010-03-17MediaWiki writer: Support images in figures.fiddlosopher1-0/+8
2010-03-13Use template variables for include-before/after.fiddlosopher1-3/+1
2010-03-11MediaWiki writer: fixed headerless tables.fiddlosopher1-36/+37
2010-02-27Mediawiki writer: Don't print a "== Notes ==" header before references.fiddlosopher1-1/+1
2010-02-27Promoted mediawiki headers.fiddlosopher1-1/+1
2009-12-31Modified mediawiki writer to use new templates.fiddlosopher1-15/+15
2009-12-31Removed unneeded writer options; use template variables instead.fiddlosopher1-14/+15
2009-12-07Improved syntax for markdown definition lists.fiddlosopher1-6/+8
2009-12-07Blank lines after lists in MediaWiki writer.fiddlosopher1-6/+4
2009-01-24Moved all haskell source to src subdirectory.fiddlosopher1-0/+396