Coloured write/writef/writeln/writefln.
The language that these function take as input can contain HTML tags. Unknown tags have no effect and are removed. Tags can't have attributes.
Accepted tags: - <COLORNAME> such as: <black>, <red>, <green>, <orange>, <blue>, <magenta>, <cyan>, <lgrey>, <grey>, <lred>, <lgreen>, <yellow>, <lblue>, <lmagenta>, <lcyan>, <white>
Escaping: - To pass '<' as text and not a tag, use < - To pass '>' as text and not a tag, use > - To pass '&' as text not an entity, use &
See Implementation
Coloured write/writef/writeln/writefln.
The language that these function take as input can contain HTML tags. Unknown tags have no effect and are removed. Tags can't have attributes.
Accepted tags: - <COLORNAME> such as: <black>, <red>, <green>, <orange>, <blue>, <magenta>, <cyan>, <lgrey>, <grey>, <lred>, <lgreen>, <yellow>, <lblue>, <lmagenta>, <lcyan>, <white>
Escaping: - To pass '<' as text and not a tag, use < - To pass '>' as text and not a tag, use > - To pass '&' as text not an entity, use &