编辑blogger的模板HTML代码,将下面代码加入 head 内
<link href="http://google-code-prettify.googlecode.com/svn/trunk/src/prettify.css" type="text/css" rel="stylesheet" /> <script type="text/javascript" src="http://google-code-prettify.googlecode.com/svn/trunk/src/prettify.js"></script>
增加onload='prettyPrint()'到body
<body onload='prettyPrint()'>
以后需要使用将需要高亮的代码加上
<pre class="prettyprint"> code... </pre>
没有评论:
发表评论