XWiki Syntax Guide
Last modified by Megan Craig on 2020/05/21 21:36
XWiki Syntax 2.1 » » ${crtSection.name}
XWiki Syntax 2.1: $sectionName
2.0 Escapes
Allows to escape XWiki Syntax.
Feature | XWiki Syntax 2.1 | 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 |