Wiki source code of XWikiSyntaxGeneralRemarks

Last modified by superadmin on 2025/05/22 17:44

Show last authors
1 = General =
2
3 == General Remarks ==
4
5 === 2.0 General Remarks ===
6
7 XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}} corrects some errors or ambiguous syntax entered by the user as shown in the examples in the table below.
8
9 |=Description|=Example of invalid or ambiguous syntax|=Fixed XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}
10 |Unclosed text styles|{{{**bold}}}|{{{**bold**}}}
11 |Two standalone elements not separated by 2 new lines|{{{| table cell}}}\\{{{* list item}}}|{{{| table cell}}}\\\\{{{* list item}}}
12 |Two standalone elements not separated by 2 new lines|{{{paragraph}}}\\{{{----}}}\\{{{paragraph}}}|{{{paragraph}}}\\\\{{{----}}}\\\\{{{paragraph}}}
13 |Ignored new line at beginning of document|<new line at beginning of document>\\paragraph|paragraph
14 |Not closed heading syntax|{{{=== heading}}}|{{{=== heading ===}}}