XWiki Syntax Guide
Редактировал(а) atsarkov 20.03.2025 15:03
XWiki Syntax » Advanced » Verbatim
XWiki Syntax : Verbatim
Verbatim
1.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 1.0 | Result |
---|---|---|
Verbatim inline | Some verbatim {pre}*[not rendered]*{/pre} content | Some verbatim *[not rendered]* content |
Verbatim block |
{pre}
multi line
*verbatim*
content
{/pre}
| multi line *verbatim* content |
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 | Result |
---|---|---|
Verbatim inline | Some verbatim {{{**[[not rendered]]**}}} content | Some verbatim **[[not rendered]]** content |
Verbatim block | {{{ multi line **verbatim** content }}} | multi line **verbatim** content |