Special Characters

HTML ASCII Characters

Several HTML ASCII characters can be created in our documentation with Creole Wiki by using the <<entity>> macro. Just type the entity name, without the leading '&' and trailing ';'. For example, to create an em-dash you would enter <<entity>>mdash<</entity>>.

Below is a list characters that are allowed in Creole Wiki, along with their HTML equivalent and how to format them in Creole Wiki:

CharacterHTMLCreole WikiDescription
&mdash;<<entity>>mdash<</entity>>Em-Dash
&ndash;<<entity>>ndash<</entity>>En-Dash
&bull;<<entity>>bull<</entity>>Bullet
·&middot;<<entity>>middot<</entity>>Middle Dot
&lsquo;<<entity>>lsquo<</entity>>Left Single-Quote
&rsquo;<<entity>>rsquo<</entity>>Right Single-Quote
&ldquo;<<entity>>ldquo<</entity>>Left Double-Quote
&rdquo;<<entity>>rdquo<</entity>>Right Double-Quote
 &nbsp;<<entity>>nbsp<</entity>>Non-Breaking Space
&&amp;<<entity>>amp<</entity>>Ampersand
®&reg;<<entity>>reg<</entity>>Registered Mark
©&copy;<<entity>>copy<</entity>>Copyright Mark
&trade;<<entity>>trade<</entity>>Trade Mark
&para;<<entity>>para<</entity>>Paragraph
§&sect;<<entity>>sect<</entity>>Section

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.