Markdown to MediaWiki

Convert Markdown to MediaWiki markup.

Example

Markdown
## Heading

Some **bold** text.
MediaWiki
== Heading ==

Some '''bold''' text.

What it keeps

  • Headings become == wrapped ==
  • Bold and italic
  • Lists, links and tables

Where it struggles

  • No templates are generated
  • Images become [[File:…]] references you may adjust
  • Some inline HTML passes through

Frequently asked questions

What's this for?

Posting Markdown content onto a MediaWiki or Wikipedia-style wiki.

Do tables convert?

Yes — into MediaWiki's pipe-table syntax.

Is anything uploaded?

No — it runs in your browser.