WYSIWYG Sample Page
Text formatting
bold
italic
underlined
centred text
Lists and table
And some text
. . . and more text . . .
. . . 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
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:
Hello World in Pascal
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 |