Markdown to BBCode

Convert Markdown to BBCode for forums.

Example

Markdown
**bold** and [docs](/d)
BBCode
[b]bold[/b] and [url=/d]docs[/url]

What it keeps

  • Bold, italic and strikethrough
  • Links and images
  • Lists and code become BBCode tags

Where it struggles

  • BBCode has no headings — they become bold lines
  • Supported tags vary by forum software
  • Tables generally aren't supported in BBCode

Frequently asked questions

Which forums does this suit?

Most phpBB, vBulletin and similar boards that use BBCode.

What happens to headings?

BBCode has no heading tag, so headings become bold lines.

Is my text uploaded?

No — it's converted in your browser.