Git Conventional Commit & URL Converter
About Markdown → BBCode
The Markdown to BBCode Converter translates modern Markdown syntax (`#`, `**`, `*`, `[link](url)`, ``, code blocks, quotes) into standard BBCode forum tags (`[b]`, `[i]`, `[url]`, `[img]`, `[code]`, `[quote]`) for phpBB, vBulletin, XenForo, and Discourse.
How to Use Markdown → BBCode
Step 1
Paste your Markdown content into the input pane.
Step 2
Review the converted BBCode output in the right pane.
Step 3
Click "Copy BBCode".
Practical Use Cases for Markdown → BBCode
Cross-Posting GitHub Announcements to Online Forums
Convert GitHub release notes and technical articles into BBCode format for posting on forum boards (phpBB, XenForo, vBulletin, SMF).
Gaming Community & Steam Forum Posting
Transform Markdown game update notes into Steam BBCode and Discord-compatible forum markup.
Input & Output Examples
Converting Markdown to BBCode
`## Announcement\n\nCheck **RenderXD** at [link](https://renderxd.com)!`
`[size=5][b]Announcement[/b][/size]\n\nCheck [b]RenderXD[/b] at [url=https://renderxd.com]link[/url]!`
Key Features & Performance
- ✓Translates: Headings (`[size]`), Bold (`[b]`), Italic (`[i]`), Strikethrough (`[s]`), Links (`[url]`), Images (`[img]`), Quotes (`[quote]`), Code (`[code]`), Lists (`[list]`).
- ✓Supports nested lists and color-coded headings.
- ✓100% Client-Side memory execution.
- ✓1-Click Copy BBCode.
Key Terminology & Definitions
BBCode (Bulletin Board Code)
A lightweight markup language using square bracket tags (`[tag]content[/tag]`) widely used in message boards and online forums.
XenForo / phpBB Tag Set
The standard dialect of BBCode supported across major forum software platforms.
