add the hl tag to the bbcode ref

This commit is contained in:
zotlabs 2017-05-30 20:26:57 -07:00
parent 8ae97b556e
commit c492573429

View File

@ -25,6 +25,9 @@
<tr> <tr>
<td><code>[color=red]red[/color]</code></td><td><span style="color: red;">red</span></td> <td><code>[color=red]red[/color]</code></td><td><span style="color: red;">red</span></td>
</tr> </tr>
<tr>
<td><code>[hl]highlighted[/hl]</code></td><td><span style="background-color: yellow;">highlighted</span></td>
</tr>
<tr> <tr>
<td><code>[font=courier]some text[/font] </code></td><td><span style="font-family: courier;">some text</span></td> <td><code>[font=courier]some text[/font] </code></td><td><span style="font-family: courier;">some text</span></td>
</tr> </tr>