Doesn't highlight C++ templates or '#include <...> properly...I'm guessing because the '<' is not escaped and is being interpreted as HTML
Are you using the raw '<' and '>' characters or '<' and '>'? The characters still need to be escaped in your HTML document, like in the example in the documentation:
http://shjs.sourceforge.net/doc/documentation.html
Log in to post a comment.
Are you using the raw '<' and '>' characters or '<' and '>'? The characters still need to be escaped in your HTML document, like in the example in the documentation:
http://shjs.sourceforge.net/doc/documentation.html