Updated richtext_bbcode (markdown)

Juan Linietsky 2015-04-21 15:50:52 -03:00
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.