google code prettify のメモ

  • 基本
<html><head>

<script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"></script>

</head>	<body>

<pre class="prettyprint">
map(lambda x: x*x, [1,2,3])
</pre>

</body></html>