Text Formatting Notation Help

Text Effects

Text effects are used to change the formatting of words and sentences.

Notation Comment
*strong*
Makes text strong.
_emphasis_
Makes text emphasis.
??citation??
Makes text in citation.
-strikethrough-
Makes text as strikethrough.
+inserted+
Makes text as inserted.
^superscript^
Makes text in superscript.
~subscript~
Makes text in subscript.
{{monospaced}}
Makes text as monospaced.
bq. Some block quoted text

To make an entire paragraph into a block quotation, place "bq. " before it.

Example:

Some block quoted text
{quote}
    here is quotable
content to be quoted {quote}

Quote a block of text that's longer than one paragraph.

Example:

here is quotable
content to be quoted
{color:red}
    look ma, red text!
{color}

Changes the color of a block of text.

Example:

look ma, red text!