幫網頁中的 code 加入樣式 (Google Code Prettify)
在網頁插入code時,加入Google Code Prettify,讓code變的方便讀取。
<script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js?lang=css"></script>
<pre class="prettyprint linenums lang-html"><code>
code...
</code></pre>