Wookee markup is essentially plain text; just write things down and let Wookee pretty-print them for you.
Here is how Wookee will render what you're writing:
|| == Paragraphs, Sections, Lists and Lines
| A paragraph ends with a line break.
This is the next paragraph.
Empty lines are ignored. |
A paragraph ends with a line break.
This is the next paragraph.
Empty lines are ignored.
| You can break lines \\
without starting a new paragraph. | You can break lines \\
without starting a new paragraph.
|| ''Start your sections with header lines. If your wiki supports it, section headings can be used to auto-generate a table of contents.''
| New Section
| === New Section
| Some Subsection
| ==== Some Subsection
| * Lists are good:
** they organize material
** they look clean | * Lists are good:
** they organize material
** they look clean
| # Numbered lists are also good:
## very organized
## easy to follow | # Numbered lists are also good:
## very organized
## easy to follow
| ; Definition lists: present definitions for terms
; This term: is defined here | ; Definition lists: present definitions for terms
; This term: is defined here
| * Mixing list types is straightforward
*# first subitem
*# second subitem | * Mixing list types is straightforward
*# first subitem
*# second subitem
| ; Another mixed-type list: A definition list
;* first subitem
;* second subitem | ; Another mixed-type list: A definition list
;* first subitem
;* second subitem
| Lines can be
: indented
:: several levels | Lines can be
: indented
:: several levels
| if (lines start with whitespace) then
whitespace is preserved;
a monospaced font is used;
'''character''' markup can be used;
end if; | if (lines start with whitespace) then
whitespace is preserved;
a monospaced font is used;
'''character''' markup can be used;
end if;
| > You can put quotes into a neat box
> if you quote them like you would quote an email
>: ''from: Wookee Markup Reference''
| > You can put quotes into a neat box
> if you quote them like you would quote an email
>: ''from: Wookee Markup Reference''
| A thin horizontal dividing line: above...
-----
...and below. | A thin horizontal dividing line: above...
-----
...and below.
| A thick horizontal dividing line: above...
=====
...and below. | A thick horizontal dividing line: above...
=====
...and below.
|| == Character Formatting
| Text can be ''italic'', '''bold''' or ''''both''''. | Text can be ''italic'', '''bold''' or ''''both''''.
| Emoticons :-) are displayed as images :/ | Emoticons :-) are displayed as images :/
| Technical [[terms]], not parsed | Technical [[terms]], not parsed
| Any text, not parsed | Any text, not parsed
| You can strike out stuff \\
and insert new stuff. Useful for editing. | You can strike out stuff \\
and insert new stuff. Useful for editing.
| Make subscript or superscript text. | Make subscript or superscript text.
| Two hyphens -- make a dash, \\
three --- a longer dash | Two hyphens -- make a dash, \\
three --- a longer dash
| An arrow -> for conclusions and menu commands | An arrow -> for conclusions and menu commands
| Use™ certain special characters©, \\
in fact, any ⇒HTML entity. | Use™ certain special characters©, \\
in fact, any ⇒HTML entity.
|| == Links and Images
|| ''The presentation and functionality of internal links is subject to the wiki engine you are using Wookee with. If you are using Wookee on its own, internal links will probably not work at all.''
| Internal links to another page: [[Sandbox]] | Internal links to another page: [[Sandbox]]
| You can define a [[Sandbox|link caption]] | You can define a [[Sandbox|link caption]]
| Reference-style external links: [[http://example.org]], [[http://example.net]] | Reference-style external links:
[[http://example.org]], [[http://example.net]]
| A captioned [[http://example.org|external link]] | A captioned [[http://example.org|external link]]
| URLs and email addresses are made clickable: \\
http://example.org (contact webmaster@example.org) | URLs and email addresses are made clickable: \\
http://example.org (contact webmaster@example.org)
| Links to anchors on the [[#anchor|same page]], \\
on [[Sandbox#anchor|another page]], \\
or on an [[http://example.org/#anchor|external page]] | Links to anchors on the [[#anchor|same page]], \\
on [[Sandbox#anchor|another page]], \\
or on an [[http://example.org/#anchor|external page]]
| An [[##anchor|anchor declaration]], \\
[[##anchor2]] caption is optional | An [[##anchor|anchor declaration]], \\
[[##anchor2]] caption is optional
|| ''A link target ending in a recognized image file name extension (.png, .jpg, .gif) renders the linked image inline. A link caption ending in a recognized image file name extension renders the image as the link caption. You can use these features along with your wiki engine's file uploader to embed plain or linked images in your pages.''
|| == Tables
| | simple tables | allow horizontal alignment
| bordered tables | include table-like presentation | | simple tables | allow horizontal alignment
| bordered tables | include table-like presentation
| |||^ Bordered Table
|
|^ '''First''' |^ '''Second''' |^ '''Third''' |
| upper left | upper middle | upper right |
|> right |^ center |< left |
||^ centered in two cells | End | | |||^ === Bordered Table |
|^ '''First''' |^ '''Second''' |^ '''Third''' |
| upper left | upper middle | upper right |
|> right |^ center |< left |
||^ centered in two cells | End |