使用方法很簡單,可以參考http://google-code-prettify.googlecode.com/svn/trunk/README.html
簡略介紹如下:< >
- Download source code, 放在一個固定伺服器,目前我有一個Hinet Myweb 伺服空間,在可預見的未來我大概都不會取消,所以你可以直接使用,位置在http://double.myweb.hinet.net/web/prettify.css and http://double.myweb.hinet.net/web/prettify.js。
- 在你的Google Template裡,加上
- 當要post code時,直接使用以下格式,其中的lang-html可以為lang-cpp, lang-html....等格式。
<link href="http://double.myweb.hinet.net/web/prettify.css"
type="text/css" rel="stylesheet" />
<script type="text/javascript"
src="http://double.myweb.hinet.net/web/prettify.js">
</script>
在你template裡,尋找<body>,改成
<body onload="prettyPrint()"> ......</body>
<pre class="prettyprint lang-html">...</pre>
目前支援的語言格式有"c", "cc", "cpp", "cs", "cyc", "java", "bsh", "csh", "sh", "cv", "py", "perl", "pl", "pm", "rb", "js", "html", "html", "xhtml", "xml", "xsl"。 對我來說已經相當夠用了。
沒有留言:
張貼留言