This is a text transpiler to convert text in Markdown format (.md files) to BBCode as used on the Steam plattform. It is JavaScript based and runs in your browser, so your data never leaves your computer.
| Markdown Example | Steam BBCode Equivalent | Description |
|---|---|---|
# Heading 1 |
[h1]Heading 1[/h1] |
Large section heading |
## Heading 2 |
[h2]Heading 2[/h2] |
Medium section heading |
### Heading 3 |
[h3]Heading 3[/h3] |
Small section heading |
**Bold text** |
[b]Bold text[/b] |
Bold formatting |
*Italic text* or _Italic text_ |
[i]Italic text[/i] |
Italic formatting |
~~Strikethrough text~~ |
[strike]Strikethrough text[/strike] |
Strikethrough formatting |
--- or *** |
[hr][/hr] |
Horizontal rule |
[Steam link](https://store.steampowered.com) |
[url=https://store.steampowered.com]Steam link[/url] |
Hyperlink (non steam links are replaced with referral link on steam) |
* Bulleted item |
[list] |
Bulleted list |
1. Ordered item |
[olist] |
Numbered (ordered) list |
> Quoted text |
[quote]Quoted text[/quote] |
Quote block |
`Inline code becomes code block` |
[code]Inline code becomes code block[/code] |
Inline monospaced code |
``` |
[code]Multiline code |
Code block preserving spaces |
| Name | Age | |
[table] |
Basic table layout |
- Multi level syntax processing, currently e.g. bold text in tables is unsupported
- spoiler tags
<details> - Images

[u] Underlined text [/u][spoiler] Spoiler text [/spoiler]- Quote with author id
[quote=author;3155312274947358220]Quoted text[/quote]