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:
Choose the Edit Html tab when adding code. Put the code inside prettyprint tags:
<pre class="prettyprint">
... # Your code goes here
</pre>
Comments