Wiki source code of XWikiSyntaxNewLineLineBreaks
Last modified by superadmin on 2025/05/22 17:44
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | = Editing = | ||
| 2 | |||
| 3 | == New Line/Line Breaks == | ||
| 4 | |||
| 5 | === 1.0 New Line Line Breaks === | ||
| 6 | |||
| 7 | A new line is a carriage return. A line break is a forced new line that can appear anywhere in the text. | ||
| 8 | |||
| 9 | {{info}} | ||
| 10 | New lines are not honored in XWiki Syntax 1.0. Use line breaks instead. | ||
| 11 | {{/info}} | ||
| 12 | |||
| 13 | |=Feature|=XWiki Syntax 1.0|=Result | ||
| 14 | |Line break|{{{Line\\New line}}}|Line\\New line | ||
| 15 | |New line|Line\\New line|Line New line | ||
| 16 | |||
| 17 | === 2.0 New Line Line Breaks === | ||
| 18 | |||
| 19 | A new line is a carriage return. A line break is a forced new line that can appear anywhere in the text. | ||
| 20 | |||
| 21 | |=Feature|=XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}|=Result | ||
| 22 | |Line break|{{{Line\\New line}}}|Line\\New line | ||
| 23 | |New line|Line\\New line|Line\\New line |