Changes

Help:Editing

195 bytes added, 08:13, 30 June 2015
/* Numbered list */
</syntaxhighlight>
# Item 3
</pre> or <pre># Item 1# Item 24 <br /><syntaxhighlight lang="xml">
<Node1>Value1</Node1>
</syntaxhighlight>
# Item 3
</pre>
# Item 5
Using a HTML comment <nowiki><!-- --></nowiki> '''OR''' <nowiki><br/></nowiki> for the line break prevents that the numbered list is broken and numbering starts over:
</syntaxhighlight>
# Item 3
# Item 4 <br /><syntaxhighlight lang="xml">
<Node1>Value1</Node1>
</syntaxhighlight>
</pre>
# Item 5
orObeying this syntax it is also possible to use the <nowiki>{{Hints}}</nowiki> and <nowiki>{{Attention}}</nowiki> templates:
# Item 1
# Item 2<br /><syntaxhighlight lang="xml"><Node1>Value1</Node1>!--</syntaxhighlight-->{{Hint|asdfasdf}}
# Item 3
# Item 4 <!--
-->{{Attention|asdfasdf}}
# Item 5
==Tables==
10,686
edits