WYSIWYG Sample Page
Start off by clicking "edit" then switching the editor to use the wysiwyg editor using the button on the toolbar.
Text formatting
bold
italic
underlined
centred text
Lists and table
- An unordered list item
- A subitem
And some text
- Another item
. . . and more text . . .
- Item 3
. . . and some more text, to illustrate the line spacing.
A table:
Row One, Column One | Row One, Column Two |
Row Two, Column One | Row Two, Column Two |
A box
A link
And these are produced by wiki plugins:
Plugins
Quote plugin:
Just what do you think you're doing, Dave?
HAL, in 2001: A Space Odyssey (1968)
Code plugin:
program HelloWorld(output); begin WriteLn('Hello World!'); end.
FANCYTABLE example:
head one | head two | head three |
---|---|---|
cell one | cell two | cell three |
row 2 cell 1 | row 2 cell 2 | row 2 cell 3 |