XWiki Syntax Guide
Last modified by Wecon on 2025/09/03 20:38
XWiki Syntax » Advanced » Escapes
XWiki Syntax : Escapes
Escapes
1.0 Escapes
Allows to escape XWiki Syntax.
Feature | XWiki Syntax 1.0 | Result |
---|---|---|
Escape a character | This is not a \[link\] | This is not a [link] |
2.0 Escapes
Allows to escape XWiki Syntax.
Feature | XWiki Syntax | Result |
---|---|---|
Escape a character | This is not a ~[~[link~]~] | This is not a [[link]] |
Escape longer text (also see "Verbatim") | {{{ some **longer** text //without// formatting}}} | some **longer** text //without// formatting |