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.

FeatureXWiki Syntax 1.0Result
Escape a characterThis is not a \[link\]This is not a [link]

2.0 Escapes

Allows to escape XWiki Syntax.

FeatureXWiki Syntax Result
Escape a character

This is not a ~[~[link~]~]
InformationTo enter a ~ character use a double escape: ~~

This is not a [[link]]
Escape longer text
(also see "Verbatim")
{{{ some **longer** text //without// formatting}}} some **longer** text //without// formatting