HexonCode is the markup language used for formatting texts. It is a subset of BBCode.
Tag | Description |
---|---|
[br] |
Line break. Regular line breaks (\n or \r ) are ignored. |
[b]text[/b] |
Bolded text |
[i]text[/i] |
Italicised text |
[u]text[/u] |
Underlined text |
[list]text[/list] |
Denotes an unordered list |
[ol]text[/ol] |
Denotes an ordered list |
[*]text |
List item (within [list] or [ol] ) |
[p]text[/p] |
Paragraph |
[hr] |
Horizontal rule |
[h1]text[/h1] |
Heading (level 1) |
[h2]text[/h2] |
Heading (level 2) |
[h3]text[/h3] |
Heading (level 3) |
The follow characters have a special meaning in HexonCode and should, if used as a regular character, be escaped. The escape character is a backslash.
Special character | Escaped sequence |
---|---|
[ |
\[ |
] |
\] |
\ |
\\ |