FS
Documentation

Editing Documents

From Documentation

Revision as of 05:55, 11 April 2006; view current revision
←Older revision | Newer revision→
Jump to: navigation, search

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.

Wiki Conventions

There is no need to indent your text. In fact, doing so will sometimes break things you might not expect. Below are two examples:

Indented:

<b> bold </b>, 
<i> italic </i>,
<b><i> bold+italic </i></b>
<code> fixed-width font</code>

Not-Indented:

 <b> bold </b>, 
 <i> italic </i>,
 <b><i> bold+italic </i></b>
 <code> fixed-width font</code>