summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/MediaWiki.hs
Commit message (Expand)AuthorAge
* 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
* Moved WriterOptions and associated types Shared -> Options.John MacFarlane2012-07-26
* Fixed whitespace errors.John MacFarlane2012-07-26
* MediaWiki writer: Avoid extra blank lines after sublists.John MacFarlane2012-06-27
* Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane2011-12-27
* Add support for attributes in inline Code.John MacFarlane2011-01-26
* Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane2011-01-26
* Updated copyright notices.John MacFarlane2010-03-23
* MediaWiki writer: make links to relative URLs wikilinks.fiddlosopher2010-03-18
* MediaWiki writer: Support images in figures.fiddlosopher2010-03-17
* Use template variables for include-before/after.fiddlosopher2010-03-13
* MediaWiki writer: fixed headerless tables.fiddlosopher2010-03-11
* Mediawiki writer: Don't print a "== Notes ==" header before references.fiddlosopher2010-02-27
* Promoted mediawiki headers.fiddlosopher2010-02-27
* Modified mediawiki writer to use new templates.fiddlosopher2009-12-31
* Removed unneeded writer options; use template variables instead.fiddlosopher2009-12-31
* Improved syntax for markdown definition lists.fiddlosopher2009-12-07
* Blank lines after lists in MediaWiki writer.fiddlosopher2009-12-07
* Moved all haskell source to src subdirectory.fiddlosopher2009-01-24