Syntax help
To mark something as:
Italic use: ''Italic''
Bold use: '''Bold'''
These are repeated apostrophes, not double quotation marks.
Underlined use: <ins>Underlined</ins>
To use code text (unformatted) use: <code>
You can use syntax highlighting, like in code editors, using:
<code language>
Example:
#include <iostream>
int main()
{
printf("Syntax highlighting");
return 0;
}