Biggest heading

This is bold, this is italic, this is code and so is <<$obj-method>>>.

Subheading

This is a block
of code

Smaller heading

* A
* List
* Of
* Stuff

Even smaller

This is some
literal quoted
text

Here's a link to http://www.microsoft.com and here's one to Test::More. POD

my $pfg = Pod::From::GoogleWiki->new(); my $ret_pod = $pfg->wiki2pod($wiki); is($ret_pod, $pod, 'yup!');