184
edits
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 | :<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: | ||
&ucirc; &uuml; &yuml;</nowiki></pre></td> | &ucirc; &uuml; &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 &rarr; | <!-- <pre> or <nowiki> inside <pre> breaks the renderer --> | ||
<pre><pre>arrow &rarr; | |||
''italics'' | ''italics'' | ||
[[link]] | [[link]]</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 → | arrow → | ||
''italics'' | ''italics'' | ||
[[link]] | [[link]] | ||
</td> | </td> | ||
<td valign="bottom"> | <td valign="bottom"> | ||
<pre | <pre> arrow &rarr; | ||
''italics'' | ''italics'' | ||
[[link]] | [[link]]</pre> | ||
</td> | </td> | ||
</tr> | </tr> | ||
Line 732: | Line 731: | ||
</td> | </td> | ||
<td valign="bottom"> | <td valign="bottom"> | ||
<pre | <pre><tt>arrow &rarr;</tt> | ||
<tt>''italics''</tt> | <tt>''italics''</tt> | ||
<tt>[[link]] | <tt>[[link]]</tt></pre> | ||
</td> | </td> | ||
</tr> | </tr> | ||
Line 745: | Line 744: | ||
</td> | </td> | ||
<td valign="bottom"> | <td valign="bottom"> | ||
&amp;rarr;</pre> | <pre>&amp;rarr;</pre> | ||
</td> | </td> | ||
</tr> | </tr> | ||
Line 755: | Line 754: | ||
</td> | </td> | ||
<td> | <td> | ||
<pre> | <pre><!-- comment here --></pre> | ||
</td> | </td> | ||
</tr> | </tr> |
edits