add the hl tag to the bbcode ref
This commit is contained in:
parent
8ae97b556e
commit
c492573429
@ -25,6 +25,9 @@
|
||||
<tr>
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user