Testing Syntax Highlighting

Right. I think I might have got this cracked now. Here's some Perl code.

#!/usr/bin/perl

use strict;
use warnings;

print "Hello World\n";

That's pretty cool, isn't it. I wonder what it'll look like in the web feed.

I'll try to feed my fixes back to the author of the plugin.

2 Comments

  1. Posted June 5, 2009 at 11:16 AM | Permalink | Reply

    It looks like plain text in my RSS reader. Which is a bit of a shame really; My RSS reader will execute JavaScript, won't yours? (I use NetNewsWire)

  2. Dave Cross
    Posted June 5, 2009 at 8:39 PM | Permalink | Reply

    Yeah, Google Reader would run JavaScript too (I think), but I'm not sure I want it too. I like the idea that it degrades to a

     tag in the web feed.

Post a Comment

*
*