Wikiwyg HTML to Wikitext Tests

Doubleclick on any of the sections below to see the wikitext version.


Tables Tests

one two three
one 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

Heading Three

This is the stuff...

Heading Two

Horizontal Rule Tests


Paragraph between hr tags.



Sandwiched between two...

List Tests

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.

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 of strikethrough using the 'del' tag. This is one type of strikethrough using the 'strike' tag. This is one type of strikethrough using the 's' tag. This is another type of strikethrough using the 'span style="text-decoration: line-through"' markup.