Skip to content

Instantly share code, notes, and snippets.

@dalang
Created May 8, 2013 03:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dalang/5537946 to your computer and use it in GitHub Desktop.
Save dalang/5537946 to your computer and use it in GitHub Desktop.
farbox markdown syntax showing code block
# Hello World
This is your first post!
:::python
import this
print 'life is short, we need python!'
...
#!javascript
/*just include your code like this.*/
var me = 'other languages';
console.log('yeah, we also love u!');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment