mirror of
https://github.com/godotengine/godot.git
synced 2024-11-24 21:22:48 +00:00
Updated richtext_bbcode (markdown)
parent
ff043bb331
commit
4c662f3d9b
@ -26,4 +26,27 @@ Command | Tag | Description
|
||||
*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.
|
||||
*font* | `[img=<path>]{text}[/img]` | Use custom font at <path> for {text}.
|
||||
*color* | `[color=<code/name>]{text}[/color]` | Change {text} color, use # format such as #ff00ff or name.
|
||||
|
||||
### Built-In Color Names
|
||||
|
||||
List of valid color names for the [color=<name>] tag:
|
||||
|
||||
* aqua
|
||||
* black
|
||||
* blue
|
||||
* fuchsia
|
||||
* gray
|
||||
* green
|
||||
* lime
|
||||
* maroon
|
||||
* navy
|
||||
* purple
|
||||
* red
|
||||
* silver
|
||||
* teal
|
||||
* white
|
||||
* yellow
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user