I'm using the SyntaxHighlighter JavaScript library (version 3.0.83). I'd love to be able to put some HTML into the code that I want formatted & have that HTML be 'passed through' to the final output. In other words, if the source for my page looks like:function foo(){ if( x Console.WriteLine("Hi!");}I'd love to have that span get passed through to final, formatted on-screen rendition. I.e., I want the web browser to actually apply the Code_Important style to the Console.WriteLine.(Note: This is not the same as html-script which specifically escapes the embedded HTML in order to display the HTML source)