No way, see for yourself.
CSDN's code is highlighted with a jquery extension. Because I basically only paste Java code, so I extracted the useful, and put this script in the bulletin board:
Copy Code code as follows:
$ (function () {
$.getscript ("Http://hi.images.csdn.net/js/blog/SyntaxHighlighter/Scripts/shCore.js",
function () {
eval (this);
$ ("Head"). Append ("<link rel=\" stylesheet\ "type=\" text/css\ "media=\" screen\ "href=\" http://hi.images.csdn.net/ Js/blog/syntaxhighlighter/styles/syntaxhighlighter.css\ "/>");
$.getscript ("Http://hi.images.csdn.net/js/blog/SyntaxHighlighter/Scripts/shBrushJava.js",
function () {
eval (this);
Dp. syntaxhighlighter.clipboardswf = "http://hi.images.csdn.net/js/blog/SyntaxHighlighter/Scripts/clipboard.swf";
Dp. Syntaxhighlighter.highlightall ("code");
});
});
});
So far, my blog code highlighting function has basically been restored.