You can use these tags in profile bio and profile blocks.
| Tag | Output | Notes |
|---|---|---|
| [b]bold[/b] | Bold text | Makes text bold. |
| [i]italic[/i] | Italic text | Makes text italic. |
| [u]underlined[/u] | Underlined text | Underlines text. |
| [s]strikethrough[/s] | Strikethrough text | Crosses text out. |
| [url]https://example.com[/url] | Clickable link | Uses the URL as label. |
| [url=https://example.com]Visit[/url] | Visit | Custom link label. |
| [img]https://site.com/image.png[/img] | Image | Embeds an image from a URL. |
| [quote]hello[/quote] | Quote block | Block quote styling. |
| [code]const x = 1[/code] | Code block | Monospace code block. |
| [color=red]text[/color] | Colored text | Color names or #hex values. |
| [size=18]text[/size] | Resized text | Sizes 8-48; also small/medium/large. |
| [list][*]one[*]two[/list] | Bulleted list | Use [*] for each item. |
| [item="ITEM_KEY"] | Inline item card | Use item key or exact item name. |