Converter
Paste markdown on the left, copy forum-ready BBCode on the right. Emits the phpBB-style tags every modern board understands — [b], [url], [list], [quote], [code]. Runs entirely in your browser.
Need plain HTML instead? Markdown to HTML →
[h1]Field Notes — Spring 2026[/h1]
A short post for the forum. Markdown is [b]portable[/b], [i]readable[/i], and renders the same everywhere — but the forum only speaks BBCode.
[h2]What this converter handles[/h2]
[list]
[*]Headings, emphasis, and links
[*]Ordered and unordered lists
[*]Blockquotes and code blocks
[*]Inline [code]code[/code] and images
[/list]
[quote]Tip: paste your own markdown on the left. The BBCode appears on the right as you type.[/quote]
[h3]A small list[/h3]
[list=1]
[*]Paste source
[*]Copy output
[*]Post it
[/list]
[code]const greet = (name: string) => `Hello, ${name}!`;
[/code]
Check out [url=https://markdownwriter.com]Markdown Writer[/url] for the full editor.Why this converter
Forums still run the internet's longest-running conversations. phpBB, vBulletin, MyBB, XenForo, and dozens of game-community boards all speak BBCode — not markdown. This converter parses your markdown with the same engine our editor uses, then walks the resulting HTML and emits clean BBCode you can paste straight into a forum reply.
Your markdown is parsed and converted in the browser. Nothing is uploaded, logged, or analyzed.
Emits the widely supported baseline: [b], [i], [u], [s], [url], [img], [h1]–[h3], [quote], [code], [list].
Markdown parsing handles GFM extensions before emission, so task lists, strikethrough, and fenced code all carry across.
No Convert button. The BBCode refreshes as you type, so you can iterate on the wording without a single click.
How it works
Drop in CommonMark or GFM. The sample shows what's handled. Clear it and use your own draft.
Every heading, emphasis, link, list, blockquote, and code block becomes a bracketed BBCode tag the forum understands.
Copy the BBCode straight to your clipboard, or download a .txt file. Paste it into the forum reply box and submit.
FAQ
Markdown Writer is the same parser, with synced scrolling, an outline, PDF export, and local autosave.
Open the editor