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:

  • — - &mdash;
  •   - &nbsp;
  • & - &amp;
  • “ - &ldquo;
  • ” - &rdquo;
  • ‘ - &lsquo;
  • ’ - &rsquo;
  • ® - &reg;
  • © - &copy;
  • ™ - &trade;
  • ¶ - &para;
  • • - &bull;
  • · - &middot;
  • § - &sect;
  • – - &ndash;

Comments

Comments loading...