diff options
author | zotlabs <mike@macgirvin.com> | 2017-05-30 20:26:57 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-05-30 20:26:57 -0700 |
commit | c492573429818383000eef86c57cfcb3b1bbf846 (patch) | |
tree | bb994a1e0e5b39161eb485cf4324d11c778f68b7 /doc | |
parent | 8ae97b556e50981f3989d42faa42f21cffa4fc4b (diff) | |
download | volse-hubzilla-c492573429818383000eef86c57cfcb3b1bbf846.tar.gz volse-hubzilla-c492573429818383000eef86c57cfcb3b1bbf846.tar.bz2 volse-hubzilla-c492573429818383000eef86c57cfcb3b1bbf846.zip |
add the hl tag to the bbcode ref
Diffstat (limited to 'doc')
-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> |