BBCode to HTML
Convert classic forum BBCode like [b], [url], [img], [quote], and [code] into clean, safe HTML. Handles nested tags and lists.
Ringkasan alat
Alat ini menerima input terstruktur dan menghasilkan output deterministik di browser, tanpa upload server.
- Nama alat
- BBCode to HTML
- Maksud input
- Berikan konten sumber untuk diubah, divalidasi, atau dianalisis.
- Maksud output
- Terima output ternormalisasi yang siap disalin, dipakai ulang, atau di-debug.
- Contoh input
- [b]Hello[/b], visit [url=https://example.com]Example[/url]!
- Contoh output
- <strong>Hello</strong>, visit <a href="https://example.com">Example</a>!
Preview
Rendered HTML, sanitized.Welcome
This text is bold, italic, and underlined.
AliceForums never die — they just become BBCode tutorials.
A bullet list:
- First item
- Second item with a link
- Third item
function hi(name) {
return "Hello, " + name;
}
Pengantar alat
Convert classic forum BBCode like [b], [url], [img], [quote], and [code] into clean, safe HTML. Handles nested tags and lists.
Gambaran alat
BBCode is the markup language used by phpBB, vBulletin, and similar forum software. This tool maps the most common BBCode tags to their HTML equivalents — bold, italic, underline, links, images, lists, code blocks, and quotes — while escaping any raw HTML in the input so the output is safe to render. Color and size tags are converted to inline styles. Unsupported or malformed tags are left as plain text instead of producing broken HTML.
Kasus penggunaan
- Migrate forum posts from phpBB or vBulletin to a modern HTML CMS.
- Render BBCode pasted into a chat or feedback widget.
- Pre-process legacy BBCode archives for indexing.
Contoh input/output
[b]Hello[/b], visit [url=https://example.com]Example[/url]!
<strong>Hello</strong>, visit <a href="https://example.com">Example</a>!
Pertanyaan umum
Is the output safe to drop into a page?+
Which tags are supported?+
Does it handle nested tags?+
Jelajahi alat lainnya
Temukan utilitas terkait di kategori Teks di bawah.
Alat terkait
Utilitas pilihan yang mungkin Anda anggap berguna