Help:Whitespace: Difference between revisions

Content deleted Content added
ASCIIn2Bme (talk | contribs)
Line 40:
 
===Invisible comments===
[[Help:Hidden text|Comments]] in the wikicode added by <tt><nowiki><!-- Comment --></nowiki></tt> can contribute to whitespace. Format the comment to avoid this.{{clarify}}, by ensuring either that the initial <code>&lt;</code> touches the text immediately beforehand, or that the final <code>&gt;</code> touches the text immediately afterwards:
... the end of a paragraph.
&nbsp;
&lt;!-- Don't use hidden comments in this manner --&gt;
&nbsp;
The beginning of a paragraph ...
... the end of a paragraph.
&nbsp;
&lt;!-- but doing it this way is fine --&gt;The beginning of a paragraph ...
... the end of a paragraph.&lt;!-- and so is doing it like this --&gt;
&nbsp;
The beginning of a paragraph ...
 
==Addressing the whitespace issue==