summaryrefslogtreecommitdiff
path: root/tests/writer.mediawiki
Commit message (Expand)AuthorAge
* Modified readers to emit SoftBreak when appropriate.John MacFarlane2015-12-12
* Implemented SoftBreak and new `--wrap` option.John MacFarlane2015-12-11
* 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
|/
* Markdown reader: better handling of paragraph in div.John MacFarlane2014-08-31
* Revamped raw HTML block parsing in markdown.John MacFarlane2014-07-07
* Adjusted writers and tests for change in parsing of div/span.John MacFarlane2013-08-18
* 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
* Updated mediawiki writer test for `<br />` change.John MacFarlane2012-10-04
* MediaWiki writer: Avoid extra blank lines after sublists.John MacFarlane2012-06-27
* Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane2011-12-27
* Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane2011-01-26
* Made spacing at end of output more consistent.John MacFarlane2010-07-20
* MediaWiki writer: make links to relative URLs wikilinks.fiddlosopher2010-03-18
* MediaWiki writer: Support images in figures.fiddlosopher2010-03-17
* Mediawiki writer: Don't print a "== Notes ==" header before references.fiddlosopher2010-02-27
* Promoted mediawiki headers.fiddlosopher2010-02-27
* Removed entities from mediawiki writer test.fiddlosopher2010-01-01
* Modified mediawiki writer to use new templates.fiddlosopher2009-12-31
* Improved syntax for markdown definition lists.fiddlosopher2009-12-07
* Support for display math; changed ASCIIMathML -> LaTeXMathML:fiddlosopher2008-08-13
* Added MediaWiki writer.fiddlosopher2008-07-27