Howto: pretty code on Blogger

First change your template layout, to allow use of google's own code prettifier libs. Instructions are available on Luka Marinko's site.

Choose the Edit Html tab when adding code. Put the code inside prettyprint tags:
<pre class="prettyprint">
... # Your code goes here
</pre>

Comments

Popular posts from this blog

Handling control characters (escaping) in python for json and mysql

python port sniffer with pcapy and impacket

Django field, form and model validation process