diff --git a/richtext_bbcode.md b/richtext_bbcode.md index 396aa4c..f9b3af0 100644 --- a/richtext_bbcode.md +++ b/richtext_bbcode.md @@ -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 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.