Skip to content

Instantly share code, notes, and snippets.

@jamiebuilds
Last active August 29, 2015 14:06
Show Gist options
  • Save jamiebuilds/219251ccb2eba6308abe to your computer and use it in GitHub Desktop.
Save jamiebuilds/219251ccb2eba6308abe to your computer and use it in GitHub Desktop.
{
"title": "Lesson 2: Tasty Sandwiches",
"author": "jmeas",
"updatedAt": "2014-09-03T03:33:49Z",
"createdAt": "2014-09-02T20:11:40Z",
"public": true,
"pages": [
{
"pageName": "Some PageName",
"sections": [
{
"type": "text",
"source": "## Pythagorean Theorem\n\nThe pythagorean theorem, \\(x = 2 + 3\\) , calculates the hypotenuse of a triangle.\n\n$$x = {-b \\pm \\sqrt{b^2-4ac} \\over 2a}.$$\n\nIt can be calculated in Javascript with a simple function."
},
{
"type": "javascript",
"source": "var norm = function(a, b) {\n var obj = {\n name: 'james',\n affil: true\n};"
},
{
"type": "html",
"source": "<div>hello</div>"
}
]
}
],
"resources": [
"http://www.whatever.com/marionette.com"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment