Help:Editing: Difference between revisions

Jump to navigation Jump to search
(forgot to log in. Blame me for these edits :))
 
(Corrected items breaking page display)
Line 692: Line 692:
''italics''
''italics''
[[link]]</nowiki></nowiki></pre>
[[link]]</nowiki></nowiki></pre>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td>
<td>
'''Use <nowiki><pre></nowiki> to suppress interpretation of wiki markup and keep newlines and multiple spaces, and get typewriter font, but interpret character references:'''
'''Use &lt;pre> to suppress interpretation of wiki markup and keep newlines and multiple spaces, and get typewriter font, but interpret character references:'''<br/>
 
<pre>arrow      &rarr;
<pre>arrow      &rarr;


''italics''
''italics''
[[link]]
[[link]]</pre>
</pre>
</td>
</td>
<td valign="bottom">
<td valign="bottom">
<pre><nowiki><pre>arrow      &amp;rarr;
<pre><nowiki>
&lt;pre>arrow      &amp;rarr;


''italics''
''italics''
[[link]]</pre></nowiki></pre>
[[link]]&lt;/pre>
</nowiki></pre>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td>
<td>
'''Use leading space on each line to keep newlines and multiple spaces, and get typewriter font:
'''Use leading space on each line to keep newlines and multiple spaces, and get typewriter font:'''<br/>
  arrow      &rarr;
  arrow      &rarr;
  ''italics''
  ''italics''
  [[link]]
  [[link]]
</pre>
</td>
</td>
<td valign="bottom">
<td valign="bottom">
<pre> <nowiki>arrow      &amp;rarr;
<pre><nowiki>
 
arrow      &amp;rarr;
  ''italics''
  ''italics''
  [[link]]</nowiki></pre>
  [[link]]
</nowiki></pre>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td>
<td>
'''Use typewriter font:'''
'''Use typewriter font:'''<br/>
 
<tt>arrow      &rarr;</tt>
<tt>arrow      &rarr;</tt>
<tt>''italics''</tt>
<tt>''italics''</tt>
<tt>[[link]]</tt>
<tt>[[link]]</tt>
</td>
</td>
<td valign="bottom">
<td valign="bottom">
<pre><nowiki><tt>arrow      &amp;rarr;</tt>
<pre><nowiki>
 
<tt>arrow      &amp;rarr;</tt>
<tt>''italics''</tt>
<tt>''italics''</tt>
<tt>[[link]]</nowiki></tt></pre>
<tt>[[link]]</tt>
</nowiki></pre>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td>
<td>
'''Show character references:'''
'''Show character references by writing out the leading ampersand:'''<br/>
 
&amp;rarr;
&amp;rarr;
</td>
</td>
<td valign="bottom">
<td valign="bottom">
&amp;amp;rarr;</pre>
<pre>&amp;amp;rarr;</pre>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td>
<td>