Doubleclick on any of the sections below to see the wikitext version.
Tables Tests
one two threeone two three yeah yeah Done!
Link Tests
This is an external link without a name: http://coffeekid.com
This is an external link: The Coffee Blog
This is an WikiLink: WikiLink
Preformatted Tests
sub foo { my $bar = shift; }And another
<html> <body> <p> Le text. <p> <body> <html>Heading Tests
Heading One
- One
- Two
Heading Three
This is the stuff...
Heading Two
Horizontal Rule Tests
Paragraph between hr tags.
- foo
Sandwiched between two...
List Tests
- List Item at the top
- Sub-list item.
- Spaced list item.
- Longer list item with a break and some whitespace.
- One
- Two
- Three
- Three.One
- Fin
- One
- 111
- 222
- Two
- one
- two
- three
Paragraph Tests
This is a line with leading whitespace and no p tags. This is a similar line. I think whitespace should be collapsed.This is a line in a p tag. This other line should get collapsed.
another paragraph.
another paragraph.
Bold Tests
This is one type of bold using the 'b' tag. This is one type of bold using the 'strong' tag. This is another type of bold using the 'span style="font-weight: bold"' markup.Italic Tests
This is one type of italic using the 'i' tag. This is one type of italic using the 'em' tag. This is another type of italic using the 'span style="font-style: italic"' markup.Underline Tests
This is one type of underline using the 'u' tag. This is another type of underline using the 'span style="text-decoration: underline"' markup.Strikethrough Tests
This is one type ofstrikethroughusing the 'del' tag. This is one type ofstrikethroughusing the 'strike' tag. This is one type ofstrikethroughusing the 's' tag. This is another type of strikethrough using the 'span style="text-decoration: line-through"' markup.