On the left column you see the source text with markup, and on the right column, the output once saved.
- -
Code plugin:
-=A titlebar=- |
|
Unordered list
*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. |
|
Ordered list
#An __ordered__ list item ##A subitem + And some text not breaking the numbering #Another item and more text (breaking the correlative numbering) #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 table:
|
^A box^ |
A box |
An [http://tiki.org|external link|nocache] |
An external link |
An ((HomePage|internal link)) |
An internal link |
{img src=http://profiles.tiki.org/img/tiki/tikilogo.png align=center } |
|
Quote plugin:
{QUOTE()}
Just what do you think you're doing, Dave?
--HAL, in 2001: A Space Odyssey (1968)
{QUOTE} |
Quote plugin:
Just what do you think you're doing, Dave?
--HAL, in 2001: A Space Odyssey (1968) |
Code plugin:
{CODE(wrap=>1)}
{Hello World in Pascal}
program HelloWorld(output);
begin
WriteLn('Hello World!');
end.
{CODE}
{Hello World in Pascal}
program HelloWorld(output);
begin
WriteLn('Hello World!');
end.
FANCYTABLE plugin:
{FANCYTABLE(head=>head one~|~head two~|~head three)}cell one~|~cell two~|~cell three
r2 c1~|~ r2 c2~|~ r3 c2{FANCYTABLE} |
FANCYTABLE plugin:
|