Certain special characters can be created by using ASCII representations:
(R) = ®
(c) = ©
HTML entities
Several HTML entities can be created by using the <<entity>> macro. Just type the entity name, minus the '&' and the ';'.
For example, to create an mdash use <<entity>>mdash<</entity>> to get: —
Here is the list of allowed entities:
- — - —
- -
- & - &
- “ - “
- ” - ”
- ‘ - ‘
- ’ - ’
- ® - ®
- © - ©
- ™ - ™
- ¶ - ¶
- • - •
- · - ·
- § - §
- – - –
Comments
Comments loading...