| You Type | You See |
= Page Heading =
== Top Heading ==
=== Sub Heading ===
==== Minor Heading ====
Notes: Single equal signs (=) are for top headings, like the page title; avoid using them.
- If you have more than three headings, a table of contents will be created.
- To disable the edit link for subheadings use the keyword __NOEDITSECTION__.
- To suppress the table of contents use the keyword __NOTOC__.
- To force a table of contents to be shown at a particular point use __FORCETOC__
|
Page Heading
Top Heading
Sub Heading
Minor Heading
|
A single
newline
has no effect
on the layout.
But an empty line starts a new paragraph. |
A single newline has no effect on the layout.
But an empty line starts a new paragraph. |
Lists are easy to do:
* start every line with a star
** more stars means deeper levels
Numbered lists are easy too:
#Start with a hash
#and another
##to get the layout you want
You can even
*mix
*#and match
|
Lists are easy to do:
- start every line with a star
- more stars means deeper levels
Numbered lists are easy too:
- Start with a hash
- and another
- to get the layout you want.
You can even
|
; Definition list : list of definitions
; item : the item's definition |
; Definition list : list of definitions
- item
- the item's definition
|