Skip to content

Instantly share code, notes, and snippets.

@VonC
Last active March 13, 2017 09:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VonC/10666727 to your computer and use it in GitHub Desktop.
Save VonC/10666727 to your computer and use it in GitHub Desktop.
1. foo
````python
print 'bar'
````
1. sub-foo
````python
print 'sub-bar'
````
2. Bar
@VonC
Copy link
Author

VonC commented Apr 14, 2014

  1. foo

    print 'bar'
    1. sub-foo

      print 'sub-bar'
  2. Bar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment