Symbols (HTML)
Documentation > Handbook > Markups > Symbols (HTML)
BoltWire comes with a small symbol engine to make it easy to insert various html symbols to your wiki engine. The default symbols include:
(c) => ©
(r) => ®
(t) or (tm) => ™
To define additional symbols, simply add a line like the following to a config file:
$BOLTsymbolIndex['cent'], '¢'
This will convert (cent) into ¢. Note you can also manually enter the symbols into your wiki by simply typing the normal html code: &;.

