BBCode to HTML
Convert classic forum BBCode like [b], [url], [img], [quote], and [code] into clean, safe HTML. Handles nested tags and lists.
Resumo da ferramenta
Esta ferramenta aceita entrada estruturada e devolve saída determinística no navegador, sem upload para o servidor.
- Nome da ferramenta
- BBCode to HTML
- Intenção da entrada
- Forneça conteúdo de origem para transformar, validar ou analisar.
- Intenção da saída
- Receba uma saída normalizada pronta para copiar, reusar ou depurar.
- Entrada de exemplo
- [b]Hello[/b], visit [url=https://example.com]Example[/url]!
- Saída de exemplo
- <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;
}
Introdução à ferramenta
Convert classic forum BBCode like [b], [url], [img], [quote], and [code] into clean, safe HTML. Handles nested tags and lists.
Visão geral da ferramenta
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.
Casos de uso
- 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.
Exemplos de entrada/saída
[b]Hello[/b], visit [url=https://example.com]Example[/url]!
<strong>Hello</strong>, visit <a href="https://example.com">Example</a>!
Perguntas frequentes
Is the output safe to drop into a page?+
Which tags are supported?+
Does it handle nested tags?+
Explore mais ferramentas
Descubra utilitários relacionados na categoria Texto abaixo.
Ferramentas relacionadas
Utilitários selecionados que você pode achar úteis