TehShrike / blog

My blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blog

My blog

Code Blocks

Wrap code blocks in the language of your choice, at the top level, like this

<p>
[python]
print "foo"
[/python]
</p>

The extra <p> tags are necessary so that angle brackets are not double-escaped.

Disable Line Numbers

<p>
[python gutter="false"]
print "foo"
[/python]
</p>

About

My blog

License:Other


Languages

Language:Ruby 84.9%Language:Makefile 15.1%