<link rel="stylesheet" href="css/prettify.css" /> <!-- 設置代碼主題,此文件爲默認主題,你能夠換成其餘主題-->
<script src="js/prettify.js" type="text/javascript"></script>
<body onload="prettyPrint()">
默認在prettify中有5種選擇:javascript
好比你想使用sunburst.css,則咱們只須要將:css
<link rel="stylesheet" href="css/prettify.css" />
替換成html
<link rel="stylesheet" href="css/sunburst.css" />
擴展樣式能夠從 http://jmblog.github.io/color-themes-for-google-code-prettify/ 、http://stanleyhlng.com/demo/?url=http%3A%2F%2Fdemo.stanleyhlng.com%2Fprettify-js%2F&surl=http%3A%2F%2Fstanleyhlng.com%2Fprettify-js%2F下載。java
[1] 官方文檔:http://google-code-prettify.googlecode.com/svn/trunk/README.htmlgit
[2] 擴展的Prettify主題CSS樣式:http://jmblog.github.io/color-themes-for-google-code-prettify/github
[3] 代碼格式化工具:http://tool.oschina.net/codeformatsvn