Wiki source code of XWikiSyntaxHorizontalLine

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

Show last authors
1 = Editing =
2
3 == Horizontal Line ==
4
5 === 1.0 Horizontal Line ===
6
7 {{info}}There must be 4 or more dashes.{{/info}}
8
9 |=Feature|=XWiki Syntax 1.0|=Result
10 |Simple horizontal line|{{{----}}}|(((----)))
11 |Parametrized horizontal line|<hr style="border-color:blue"/>|(((
12 (% style="border-color:blue" %)
13 ----
14 )))
15
16 === 2.0 Horizontal Line ===
17
18 {{info}}There must be 4 or more dashes.{{/info}}
19
20 |=Feature|=XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}|=Result
21 |Simple horizontal line|{{{----}}}|(((----)))
22 |Parametrized horizontal line|((({{{
23 (% style="border-color:blue" %)
24 ----
25 }}})))|(((
26 (% style="border-color:blue" %)
27 ----
28 )))