mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 19:42:43 +00:00
Updated richtext_bbcode (markdown)
parent
f83bd6a337
commit
ff043bb331
@ -17,4 +17,13 @@ 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 <url> as such.
|
||||
*url (ref)* | `[url=<url>]{text}[/url]` | Makes {text} reference <url>.
|
||||
*image* | `[img=<path>][/img]` | Insert image at resource <path>.
|
||||
*color* | `[color=<code/name>]{text}[/color]` | Change {text} color, use # format.
|
||||
|
Loading…
Reference in New Issue
Block a user