POSTS

Testing more formatting

Blog

Let’s see if i can find a nice way to insert code

<code>
#code into a code block
$_='yo momma';
print "Please don't tell any more $_ jokes";
$foo='foo';
$bar='bar'
for ($foo, $bar){
  print "$_\n";
}
</code>