7,381
edits
Nate Russell (talk | contribs) |
Nate Russell (talk | contribs) |
||
Line 58: | Line 58: | ||
For example, to make a numbered list, you put each item on a separate line and start the line with a pound symbol: | For example, to make a numbered list, you put each item on a separate line and start the line with a pound symbol: | ||
{| style=" | {| style="wikitable" | ||
|- | |- | ||
! | ! This wiki code | ||
! | ! Results in this display on the page | ||
|- | |- | ||
| | | <tt># One</tt><br /> | ||
<tt># One</tt><br /> | |||
<tt># Two</tt><br /> | <tt># Two</tt><br /> | ||
<tt>## Two point one</tt><br /> | <tt>## Two point one</tt><br /> | ||
<tt># Three</tt> | <tt># Three</tt> | ||
| | |||
# One | # One | ||
# Two | # Two |