Help > Text Formatting
This page is intended to be a quick reference for the wiki markup.
Some advanced formatting also is usefull:
You can test the syntax in the sandbox
Simple Markup Examples
| Description
| What you type
| What it looks like
|
| Italic text
| ''italic''
| italic
|
| Bold text
| '''bold'''
| bold
|
| Bold and italic
| '''''bold & italic'''''
| bold & italic
|
| Escape wiki markup
| no ''markup''
| no ''markup''
|
| New lines
|
A newline
doesn't have any affect
|
A newline
doesn't have any affect
|
| Empty lines
|
An empty line
creates a new paragraph
|
An empty line
creates a new paragraph
|
| Different level headings
The use of a heading created by single equal signs is discouraged as it appears with the same formatting and size as the page title, which can be confusing.
|
==Level 1==
===Level 2===
====Level 3====
=====Level 4=====
|
Level 1
Level 2
Level 3
Level 4
|
|
Horizontal rule
|
----
|
|
| Bullet list
|
* one
* two
** two and one
** two and two
*** two and tree
|
|
| Numbered list
|
# one
# two
spanning several lines
without breaking the numbering
## two point one
## two point two
### two point tree
# tree
|
- one
- two
spanning several lines without breaking the numbering
- two point one
- two point two
- two point tree
- tree
|
Mixture of bulleted and numbered lists
|
* one
* two
*# two point one
*# two point two
|
- one
- two
- two point one
- two point two
|
|
Internal links
|
[[/Main/Home]] is an internal link
and [[/Main/Home|Homepage]] uses alternate text
|
Main/Home is an internal link
and Homepage uses alternate text
|
|
External links
|
[http://www.wikyblog.com] is an external link
and [http://www.wikyblog.com Wikyblog.com] uses
alternate text
|
[1] is an external link
and Wikyblog.com uses
alternate text
|
|
Embedding images
| [[image:w.gif]]
|
|