From be36bbc467d97345fe552412fe5d4baafaa7c3c7 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Tue, 21 Apr 2015 15:54:33 -0300 Subject: [PATCH] Updated richtext_bbcode (markdown) --- richtext_bbcode.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/richtext_bbcode.md b/richtext_bbcode.md index 0b24902..f1d705a 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