Wiki source code of XWikiSyntaxEscapes
Last modified by superadmin on 2025/05/22 17:44
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
1.1 | 1 | = Advanced = |
| 2 | |||
| 3 | == Escapes == | ||
| 4 | |||
| 5 | === 1.0 Escapes === | ||
| 6 | |||
| 7 | Allows to escape XWiki Syntax. | ||
| 8 | |||
| 9 | |=Feature|=XWiki Syntax 1.0|=Result | ||
| 10 | |Escape a character|{{{This is not a \[link\]}}}|{{{This is not a [link]}}} | ||
| 11 | |||
| 12 | === 2.0 Escapes === | ||
| 13 | |||
| 14 | Allows to escape XWiki Syntax. | ||
| 15 | |||
| 16 | |=Feature|=XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}|=Result | ||
| 17 | |Escape a character|((( | ||
| 18 | {{{This is not a ~[~[link~]~]}}} | ||
| 19 | {{info}}To enter a ~~ character use a double escape: ~~~~{{/info}} | ||
| 20 | )))|{{{This is not a [[link]]}}} | ||
| 21 | |Escape longer text | ||
| 22 | (also see "Verbatim")|~{~{~{{{{ some **longer** text //without// formatting}}}~}~}~}|{{{ some **longer** text //without// formatting}}} |