diff options
author | zotlabs <mike@macgirvin.com> | 2017-05-30 20:26:57 -0700 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-06-07 09:28:34 +0200 |
commit | 1925f2dec29ab08269b5e72b786b4d0f528870d7 (patch) | |
tree | 27882b07bd9b5e71be8c31591586ca1c11f67b01 /doc/member/bbcode.html | |
parent | 5235a72bcadd42dd2c47b16dccf4d411a1a44cc8 (diff) | |
download | volse-hubzilla-1925f2dec29ab08269b5e72b786b4d0f528870d7.tar.gz volse-hubzilla-1925f2dec29ab08269b5e72b786b4d0f528870d7.tar.bz2 volse-hubzilla-1925f2dec29ab08269b5e72b786b4d0f528870d7.zip |
add the hl tag to the bbcode ref
Diffstat (limited to 'doc/member/bbcode.html')
-rw-r--r-- | doc/member/bbcode.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/member/bbcode.html b/doc/member/bbcode.html index 098f34768..9b7080a32 100644 --- a/doc/member/bbcode.html +++ b/doc/member/bbcode.html @@ -26,6 +26,9 @@ <td><code>[color=red]red[/color]</code></td><td><span style="color: red;">red</span></td> </tr> <tr> + <td><code>[hl]highlighted[/hl]</code></td><td><span style="background-color: yellow;">highlighted</span></td> + </tr> + <tr> <td><code>[font=courier]some text[/font] </code></td><td><span style="font-family: courier;">some text</span></td> </tr> <tr> |