Wiki Markup Help

Paragraphs

Font Styles

-'''bold'''
-''italic''
-__strike-through__
Display:

Lists

-Item 1
--Item 1.1
-Item2

+Item 1
++Item 1.1
+Item 2
Display:
  1. Item 1
    1. Item 1.1
  2. Item 2

Definition Lists

:piggybank:traditional name of a coin accumulation and storage container. 
:database:a structured collection of records or data.
Display:
piggybank
traditional name of a coin accumulation and storage container.
database
a structured collection of records or data.

Preformatted Text

In order to mark a paragraph as preformatted text, indent that paragraph with one or more spaces.

 public static void main(String[] args) {
   System.out.println("Hello world!");
 }
Display:
 public static void main(String[] args) {
   System.out.println("Hello world!");
 }

Blockquotes

In order to mark a paragraph as blockquote, start the line of that paragraph with '>'

>This text is a quote from someone else.
>>You can create a nested quote.
Display:
This text is a quote from someone else.
You can create a nested quote.

Tables

Simple tables can be created like this:

||Cell 1||Cell 2||Cell 3||
||Cell 4||Cell 5||Cell 6||
Display:
Cell 1Cell 2Cell 3
Cell 4Cell 5Cell 6

Horizontal Line

Four dashes will be replaced by a horizontal line.

----
Display:

Links

Fragment Link:
-#1
-fragment:1
-fragment:1:title
-fragment:1:detail
Display: Labeled Link:
-[http://www.google.com/ Google]
-[fragment:1 Link to the fragment #1]
Display:

Embed the content of another fragment

You can embed the content of another fragment.

fragment:1:embed