Responded to the code-autoescape plugin post on priyadi.net, here I do the same test on Geshi plugin. Lo and be hold :)

Unbalanced tag: (FAILED), the body and html closing tag added by wordpress.





Smilies: (FAILED), overrided by wordpress

:) :( :D :-?

Perl script:

#!/usr/bin/perl
use strict;
our $i = 0;
while (<>) {
$i++;
print “line $i: $_”;
}

Mixed PHP and HTML: (FAILED), <p> closing tag removed by geshi.

< ?php
echo "

this is a paragraph”
?>

XML thingy:

< ?xml version="1.0" encoding="UTF-8"?>

Flour
Yeast
Warm Water
Salt

Mix all ingredients together, and knead thoroughly.
Cover with a cloth, and leave for one hour in warm room.
Knead again, place in a tin, and then bake in the oven.


Regular quotes should not be converted into “fancy” ‘quotes’: (FAILED)

foo("bar", 'baz');

Sphere: Related Content