Markdown · BBCode to MD
Convert BBCode to Markdown
Migrate forum content from BBCode to Markdown. Handles `[b][i][u][url][img][quote][code][list]` — ideal for phpBB/vBulletin to modern MD-based platforms.
Free, no signup. Up to 1 MB per request.
This tool handles
- [b]/[i]/[s]/[u] inline formatting
- [url=X]Y[/url] and [img] tags
- [quote] and [quote="author"] blocks
- [list] and [list=1] with [*] items
Not in scope
- Custom forum tags ([spoiler], [member=N])
- [color] and [size] (content kept, style dropped)
Try it live with the widget above — paste and see the output instantly. For the items under “Not in scope,” the migration guide below covers workarounds and when to use a different tool.
BBCode to Markdown examples
Paste real BBCode in the left column, see the Markdown output on the right.
How BBCode-to-Markdown conversion works
Paste BBCode — Paste your forum post or BBCode-formatted content into the input field.
Convert — Click Convert — bold/italic, links, quotes, code, and lists are mapped to Markdown.
Copy — Copy the Markdown or download as `.md`.
BBCode edge cases we handle
Underline falls back to bold
Markdown has no underline; `[u]` → `**bold**`. Replace with inline HTML `<u>` if you must preserve underline semantics.
Color and size strip, content stays
`[color=red]X[/color]` and `[size=14]X[/size]` lose their styling but keep the content. If color was signalling (moderator warnings), pre-process the source to mark those differently.
Custom tags pass through literally
Forum-specific tags like `[spoiler]`, `[member=N]`, `[youtube]` are not handled — they appear as literal text. Pre-process with search-and-replace if you use them heavily.
Nested quotes become nested blockquotes
A `[quote][quote]outer[/quote] reply[/quote]` pattern produces double-`>` nested blockquotes in the output. This is valid GFM but confirm rendering in your destination.
Frequently asked questions
Related Tools
Convert HTML to Markdown
Paste any HTML — including Telegram-formatted text or rich-text from your editor — and get clean Markdown ready for Jekyll, Hugo, GitHub, or Notion. No signup, instant.
Convert MediaWiki to Markdown
Convert MediaWiki markup to clean Markdown. Handles `==H==` headings, `* lists`, `[[links]]`, `'''bold'''`, and `<ref>` footnotes. Ideal for wiki-to-static-site migrations.
Convert Markdown to HTML
Render Markdown into clean semantic HTML — ready for blogs, emails, or static sites. Handles GFM tables, code fences with language hints, and frontmatter strip.
Process bigger files in @vustMarkdownBot
500-character free conversions in chat — pay-as-you-go for longer text.