diff --git a/richtext_bbcode.md b/richtext_bbcode.md index f1d705a..562e0dc 100644 --- a/richtext_bbcode.md +++ b/richtext_bbcode.md @@ -14,20 +14,20 @@ For RichTextLabel to work properly, it must be set-up. This means loading the in Command | Tag | Description --------|-----|------------- -_bold_ | `[b]{text}[/b]` | Makes {text} bold. -_italics_ | `[i]{text}[/i]` | Makes {text} italics. -_underline_ | `[u]{text}[/u]` | Makes {text} underline. -_code_ | `[code]{text}[/code]` | Makes {text} monospace. -_center_ | `[center]{text}[/center]` | Makes {text} centered. -_right_ | `[right]{text}[/right]` | Makes {text} right-aligned. -_right_ | `[right]{text}[/right]` | Makes {text} right-aligned. -_fill_ | `[fill]{text}[/fill]` | Makes {text} fill width. -_indent_ | `[indent]{text}[/indent]` | Incrase Indent Level. -_url_ | `[url]{url}[/url]` | Show as such. -_url (ref)_ | `[url=]{text}[/url]` | Makes {text} reference . -_image_ | `[img=][/img]` | Insert image at resource . -_font_ | `[img=]{text}[/img]` | Use custom font at for {text}. -_color_ | `[color=]{text}[/color]` | Change {text} color, use # format such as #ff00ff or name. +**bold** | `[b]{text}[/b]` | Makes {text} bold. +**italics** | `[i]{text}[/i]` | Makes {text} italics. +**underline** | `[u]{text}[/u]` | Makes {text} underline. +**code** | `[code]{text}[/code]` | Makes {text} monospace. +**center** | `[center]{text}[/center]` | Makes {text} centered. +**right** | `[right]{text}[/right]` | Makes {text} right-aligned. +**right** | `[right]{text}[/right]` | Makes {text} right-aligned. +**fill** | `[fill]{text}[/fill]` | Makes {text} fill width. +**indent** | `[indent]{text}[/indent]` | Incrase Indent Level. +**url** | `[url]{url}[/url]` | Show as such. +**url (ref)** | `[url=]{text}[/url]` | Makes {text} reference . +**image** | `[img=][/img]` | Insert image at resource . +**font** | `[img=]{text}[/img]` | Use custom font at for {text}. +**color** | `[color=]{text}[/color]` | Change {text} color, use # format such as #ff00ff or name. ### Built-In Color Names