--- title: "A sample notebook" author: "Joel Auterson" created: "Mon Apr 18 2016 21:48:01 GMT+0100 (BST)" show_footer: true --- ## This is a sample Notebook It _should_ get correctly parsed. [This is a link](http://github.com) ![Image, with alt](https://github.com/thing.jpg "Optional title") ![](https://github.com/thing.jpg) ```python print "Non-runnable code sample" ``` And finally a runnable one... ```javascript; runnable console.log("Runnable"); ``` ``` Isolated non-runnable ```