Editing Documents
From Documentation
(Difference between revisions)
Revision as of 05:50, 11 April 2006 Daniels (Talk | contribs) (→Basic Formatting) ← Previous diff |
Revision as of 05:53, 11 April 2006 Daniels (Talk | contribs) (→Basic Formatting) Next diff → |
||
Line 1: | Line 1: | ||
== Basic Formatting == | == Basic Formatting == | ||
Inline text formatting: | Inline text formatting: | ||
+ | |||
<nowiki><b> bold </b></nowiki>, | <nowiki><b> bold </b></nowiki>, | ||
- | <nowiki><i> italic </i></nowiki>, | + | <nowiki><i> italic </i></nowiki>, |
- | <nowiki><b> <i> bold+italic </i> </b></nowiki>. | + | <nowiki><b><i> bold+italic </i></b></nowiki> |
+ | <nowiki><code> fixed-width font</code></nowiki> | ||
+ | |||
+ | Please note that if you are used to editing Wikis using the single quote notation, that is still valid in this version of MediaWiki, but is not recommended for readability for those who come after. |
Revision as of 05:53, 11 April 2006
Basic Formatting
Inline text formatting:
<b> bold </b>, <i> italic </i>, <b><i> bold+italic </i></b> <code> fixed-width font</code>
Please note that if you are used to editing Wikis using the single quote notation, that is still valid in this version of MediaWiki, but is not recommended for readability for those who come after.