Help:Formatting

From Mie Guidebook
Revision as of 15:09, 9 April 2010 by Jpcase (Talk | contribs) (Created page with '== Paragraphs == The Mie Guidebook ignores single line breaks. To start a new paragraph, leave an empty line. == Text Markup == {| class="wikitable" ! Description !! You type !!…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Paragraphs

The Mie Guidebook ignores single line breaks. To start a new paragraph, leave an empty line.

Text Markup

Description You type You get
character (inline) formatting – applies anywhere
Italic text ''italic'' italic
Bold text '''bold''' bold
Bold and italic '''''bold & italic''''' bold & italic
Escape wiki markup <nowiki>no ''markup''</nowiki> no ''markup''
section formatting – only at the beginning of the line
Headings of different levels
==level 1==
===level 2===
====level 3====
=====level 4=====
Level 1
Level 2
Level 3
Level 4
Bullet list
* one
* two<br />with newline
* three
** three point one
** three point two
* four

Inserting a blank line will end the first list and start another.

  • one
  • two
    with newline
  • three
    • three point one
    • three point two
  • four
Numbered list
# one
# two<br />with newline
# three
## three point one
## three point two
# four

Inserting a blank line will end the first list and start another.

  1. one
  2. two
    with newline
  3. three
    1. three point one
    2. three point two
  4. four
Name/details list
;name 1
: details 1
;item 2
: details 2.1
: details 2.2
name 1
details 1
item 2
details 2.1
details 2.2
Adopting definition list to indent text
: Single indent
:: Double indent
::::: Multiple indent

This workaround may be controversial from the viewpoint of accessibility.

Single indent
Double indent
Multiple indent
Preformatted text
 preformatted text is done with
 a '''space''' at the 
 ''beginning'' of the line

This way of preformatting only applies to section formatting, and character formatting markups are still effective.

preformatted text is done with
a space at the 
beginning of the line