help.syntaxpage.title
Last modified by Bart Vast on 2022/02/08 22:18
help.syntaxtitle » » ${crtSection.name}
help.syntaxtitle: $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 |