SyntaxHighlighter (javascript) problem with <del>

Posted by Patrick on Stack Overflow See other posts from Stack Overflow or by Patrick
Published on 2010-06-07T06:18:31Z Indexed on 2010/06/07 6:22 UTC
Read the original article Hit count: 235

Hi, I am using syntaxhighlighter (http://alexgorbatchev.com/wiki/SyntaxHighlighter) with a php source code with the ins and del tag.

What I would like to do is to have syntaxhighligher ignore those html tags so that they can be parsed correctly. So I'd like to to display:

test

instead of the default

< del > test < /del >

Anyone has any idea?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about syntaxhighlighter