Last active
August 29, 2015 14:06
-
-
Save jamiebuilds/219251ccb2eba6308abe to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"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