From 4c662f3d9b07f64e1121a0d906f99c5d9ffb1975 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Tue, 21 Apr 2015 15:53:32 -0300 Subject: [PATCH] Updated richtext_bbcode (markdown) --- richtext_bbcode.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/richtext_bbcode.md b/richtext_bbcode.md index f9b3af0..0b24902 100644 --- a/richtext_bbcode.md +++ b/richtext_bbcode.md @@ -26,4 +26,27 @@ Command | Tag | Description *url* | `[url]{url}[/url]` | Show as such. *url (ref)* | `[url=]{text}[/url]` | Makes {text} reference . *image* | `[img=][/img]` | Insert image at resource . -*color* | `[color=]{text}[/color]` | Change {text} color, use # format. +*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 + +List of valid color names for the [color=] tag: + +* aqua +* black +* blue +* fuchsia +* gray +* green +* lime +* maroon +* navy +* purple +* red +* silver +* teal +* white +* yellow + +