Why isn't my code getting highlighted?

28th January 2008

I just discovered why my code isn't getting highlighted in my feeds, it's because I'm not parsing it to HTML in the feeds...duh! It should be looking like this.

<?php
for ($i=0; $i < 100; $i) {
  echo "I must pay more attention when working on my blog!\n";
}

Leave a reply