Syntax help

From The Powder Toy
Revision as of 07:06, 20 April 2023 by DeeFeeCee (talk | contribs) (If anyone knows how to type monospace or new lines without paragraphing, amend (not revert) this edit.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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; }