UtilitySansar
Texte

BBCode to HTML

Convert classic forum BBCode like [b], [url], [img], [quote], and [code] into clean, safe HTML. Handles nested tags and lists.

Résumé de l'outil

Cet outil accepte une entrée structurée et renvoie une sortie déterministe dans le navigateur, sans envoi au serveur.

Nom de l'outil
BBCode to HTML
Intention d'entrée
Fournissez le contenu source à transformer, valider ou analyser.
Intention de sortie
Recevez une sortie normalisée prête à être copiée, réutilisée ou déboguée.
Entrée d'exemple
[b]Hello[/b], visit [url=https://example.com]Example[/url]!
Sortie d'exemple
<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;
}
Raw HTML in your input is escaped — only known BBCode tags become real HTML.

Introduction à l'outil

Convert classic forum BBCode like [b], [url], [img], [quote], and [code] into clean, safe HTML. Handles nested tags and lists.

Vue d'ensemble de l'outil

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.

Cas d'usage

  • 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.

Exemples d'entrée/sortie

Intention d'entrée
[b]Hello[/b], visit [url=https://example.com]Example[/url]!
Intention de sortie
<strong>Hello</strong>, visit <a href="https://example.com">Example</a>!

Questions fréquentes

Is the output safe to drop into a page?+
Yes. Raw HTML in the input is escaped, and only a known allow-list of tags is converted to real HTML.
Which tags are supported?+
b, i, u, s, url, img, color, size, quote, code, list, *, h1–h6, center, and br. Unknown tags are left as plain text.
Does it handle nested tags?+
Yes. Inline tags can be nested inside one another and inside block tags like [quote] and [list].

Explorer plus d'outils

Découvrez des utilitaires liés dans la catégorie Texte ci-dessous.

Parcourir tous les Texte

Outils liés

Utilitaires sélectionnés à la main qui pourraient vous être utiles