This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Quick code highlighting via Pygments - all thanks to the wonderfully simple | |
pygments.appspot.com web service, made by Trevor Turk. Perfect for writing | |
documentation hosted on Heroku. | |
The only catch (if you're using HAML) is you'll need to start a block that | |
includes indented lines with :plain to stop HAML complaining about non-HAML | |
syntax. If anyone can figure out a way around this, I'd love to hear it! | |
With thanks to Chris Lloyd and Jason Weathered for showing me the light on | |
whitespace-preserved output (use ~ instead of = when invoking code_snippet). |
NewerOlder