Editing
Text Formatting
1.0 Text Formatting
Feature | XWiki Syntax 1.0 | Result |
---|
Bold | *bold* | bold |
Underline | __underline___ | underline |
Italics | ~~italic~~ | italic |
Striked out | --strike-- | strike |
Monospace | <tt>monospace</tt> | monospace |
Superscript | some <sup>superscript</sup> | some superscript |
Subscript | some <sub>subscript</sub> | some subscript |
2.0 Text Formatting
New in XWiki Syntax $crtSyntaxVer over XWiki Syntax 1.0:
- Spaces are allowed just after the syntax symbols (for example in XWiki Syntax 1.0, this was not possible: * bold *).
- Use double symbols when there was only a single symbol in XWiki Syntax 1.0 so that it's less likely that the user will mistakenly use them in text.
- Ability to span several lines (wasn't possible in XWiki Syntax 1.0).
Feature | XWiki Syntax $crtSyntaxVer | Result |
---|
Bold | **bold** | bold |
Underline | __underline__ | underline |
Italics | //italic// | italic |
Striked out | --strike-- | strike |
Monospace | ##monospace## | monospace |
Superscript | some ^^superscript^^ | some superscript |
Subscript | some ,,subscript,, | some subscript |