Skip to content

Literal Text

Documentation > Wiki Syntax > Literal Text

If you want to escape parsing and produce raw text enclose it in double @@ characters.

This //text// gets **parsed**.

@@This //text// does not get **parsed**.@@

This text gets parsed.

This //text// does not get parsed.