RAM-CMS BBCode Feature
======================
This file contains info about the BBCode feature.
To Enable BBCode support in RAM-CMS set $bbcode to true or 1 in config
(Since 0.3.0 BBCode is enabled by default)
Note: BBCode constructs are case sensitive!
----------------------------------------------------------------
BBCode Construct -- HTML Construct
----------------------------------------------------------------
[b] [/b]
[i] [/i]
[u] [/u]
[s] [/s]
[tt] [/tt]
[pre] [/pre]
[sub] [/sub] [sup] [/sup] [big] [/big] [small] [/small] [hr]
[br]
Note: absolute and relative URLs are also supported.
Comments
--------
BBCode:
[!-- This is a Comment -- put anything here --]
HTML:
Note: This tag does not actually translate the BBCode into the HTML markup.
Instead, BBCode comments are stripped out in order to save bandwidth.
If you want comments to actually pass through to the client then use
HTML comments directly instead.