Help:Editing: Difference between revisions

→‎Character formatting: fix some markup errors that were making this section not render at all
m (Reverted edit of Ima Nasshole, changed back to last version by Lziskind1)
(→‎Character formatting: fix some markup errors that were making this section not render at all)
Line 492: Line 492:
specific font style rather than emphasis, as  
specific font style rather than emphasis, as  
in mathematical formulas:
in mathematical formulas:
:<b>F</b> = <i>m</i><b>a</b></nowiki></pre><!-- that's not a mathematical formula, though -- sure it is, just because it's being applied to physics doesn't make it stop being mathematics -->
:<b>F</b> = <i>m</i><b>a</b></nowiki></pre><!-- that's not a mathematical formula, though - sure it is, just because it's being applied to physics doesn't make it stop being mathematics -->
</td>
</td>
</tr>
</tr>
<tr valign=top>
<tr valign="top">
<td>A typewriter font for <tt>technical terms</tt>.
<td>A typewriter font for <tt>technical terms</tt>.
</td>
</td>
Line 502: Line 502:
</td><!-- tt is really 'teletype', not 'technical term' -->
</td><!-- tt is really 'teletype', not 'technical term' -->
</tr>
</tr>
<tr valign=top>
<tr valign="top">
<td>You can use <small>small text</small> for captions.
<td>You can use <small>small text</small> for captions.
</td>
</td>
Line 552: Line 552:
&amp;ucirc; &amp;uuml; &amp;yuml;</nowiki></pre></td>
&amp;ucirc; &amp;uuml; &amp;yuml;</nowiki></pre></td>
</tr>
</tr>
<tr valign=top>
<tr valign="top">
<td>
<td>
'''Punctuation:'''<br/>
'''Punctuation:'''<br/>
Line 685: Line 685:
''italics''
''italics''
[[link]]</nowiki></nowiki></pre>
[[link]]</nowiki></nowiki></pre>
</td>
</td>
</tr>
</tr>
Line 699: Line 698:
</td>
</td>
<td valign="bottom">
<td valign="bottom">
<pre><nowiki><pre>arrow      &amp;rarr;
<!-- <pre> or <nowiki> inside <pre> breaks the renderer -->
<pre>&lt;pre>arrow      &amp;rarr;


''italics''
''italics''
[[link]]</pre></nowiki></pre>
[[link]]&lt;/pre></pre>
</td>
</td>
</tr>
</tr>
Line 709: Line 709:
'''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:
  arrow      &rarr;
  arrow      &rarr;
 
  ''italics''
  ''italics''
  [[link]]
  [[link]]
</pre>
</td>
</td>
<td valign="bottom">
<td valign="bottom">
<pre> <nowiki>arrow      &amp;rarr;
<pre> arrow      &amp;rarr;


  ''italics''
  ''italics''
  [[link]]</nowiki></pre>
  [[link]]</pre>
</td>
</td>
</tr>
</tr>
Line 732: Line 731:
</td>
</td>
<td valign="bottom">
<td valign="bottom">
<pre><nowiki><tt>arrow      &amp;rarr;</tt>
<pre><tt>arrow      &amp;rarr;</tt>


<tt>''italics''</tt>
<tt>''italics''</tt>
<tt>[[link]]</nowiki></tt></pre>
<tt>[[link]]</tt></pre>
</td>
</td>
</tr>
</tr>
Line 745: Line 744:
</td>
</td>
<td valign="bottom">
<td valign="bottom">
&amp;amp;rarr;</pre>
<pre>&amp;amp;rarr;</pre>
</td>
</td>
</tr>
</tr>
Line 755: Line 754:
</td>
</td>
<td>
<td>
<pre><nowiki><!-- comment here --></nowiki></pre>
<pre>&lt;!-- comment here --&gt;</pre>
</td>
</td>
</tr>
</tr>
184

edits