SimplePageEditing

JnJTreeClimbers | RecentChanges | Preferences |

This page describes the wiki markup language used by this kwiki.


Level 1 Heading (H1)

= Level 1 Heading (H1) =

Level 2 Heading (H2)

== Level 2 Heading (H2) ==

Level 3 Heading (H3)

=== Level 3 Heading (H3) ===

The horizontal lines in this page are made with 4 or more dashes:

----

Paragraphs are separated by a blank line.

Like this. Another paragraph.

Paragraphs are separated by a blank line.

Like this. Another paragraph.

Bold text, italic text, and underscore text.

*Bold text*, /italic text/, and _underscore text_.

Combination of bold and italics

/*Combination of bold and italics*/

WikiLinks are formed by two or more words in camel-case.

WikiLinks are formed by two or more words in /camel-case/.

Unordered lists begin with a '* '. The number of asterisks determines the level:

  • foo
  • bar
    • boom
    • bam
  • baz
* foo
* bar
** boom
** bam
* baz

Ordered lists begin with a '0 ' (zero):

  1. foo
  2. bar
    1. boom
    2. bam
  3. baz
0 foo
0 bar
00 boom
00 bam
0 baz

You can mix lists too:

  • Today:
    1. Eat icecream
    2. Buy a pony
  • Tommorrow:
    1. Eat more icecream
    2. Buy another pony
* Today:
00 Eat icecream
00 Buy a pony
* Tommorrow:
00 Eat more icecream
00 Buy another pony

Any text that does not begin in the first column is rendered as preformatted text.

foo   bar
 x     y
 1     2