Author: jhelwig
Post-Date: 2010-03-22 22:05:10
Tags: First post! "Aw, jeah."
Title: The very first post!

{{{ Markdown }}}
A paragraph.

One with some *bold*, and **stronger** emphasis.

 * It's got
 * a list.

Some more text.

 1. Or
 2. Two

{{{ Code lang=Perl }}}

map { $_->thing() } @stuff;
