Comment Re:Syntax highlighter (Score 1) 75
I'm using Geshi with in my regular website and it's working great!
Next I used a wordpress plugin that's powered with geshi and the result is very bad (like with all other highlighters).
The problem are all the filters used in WP, a html tag inside php code is parsed as a html tage and not as a string.