Just thought that I should share my patch for Google’s Syntax Highlighter. My patch does the following:
Supports <code> tags (Hence won’t break XHTML)
Fix for Wordpress (<br />) (Activate by adding this to your code: “dp.SyntaxHighlighter.WPMode();”)
Supports of selecting tags without name (Allowing the use of “dp.SyntaxHighlighter.HighlightAll(”);”)
Apply patch below by patching with GNU patch.exe or linux [...]
