XWiki Syntax Guide
                  Last modified by Pavel Petlinsky on 2025/10/27 14:54
              
      XWiki Syntax 2.1 » Advanced » Verbatim
XWiki Syntax 2.1: Verbatim
2.0 Verbatim
Allow to enter content that will not be formatted (in other words the XWiki Syntax will not be taken into account).
| Feature | XWiki Syntax 2.1 | Result | 
|---|---|---|
| Verbatim inline | Some verbatim {{{**[[not rendered]]**}}} content | Some verbatim **[[not rendered]]** content | 
| Verbatim block | 
{{{
multi line
**verbatim**
content
}}}
 | multi line **verbatim** content | 
