Skip to content

Instantly share code, notes, and snippets.

@djbarnwal
Last active May 24, 2018 08:54
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 djbarnwal/029a27bf720aff322a04ce6cb8e8aace to your computer and use it in GitHub Desktop.
Save djbarnwal/029a27bf720aff322a04ce6cb8e8aace to your computer and use it in GitHub Desktop.
Example Notebook
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Example Notebook - iodide</title>
<link rel="stylesheet" type="text/css" href="iodide.dev.css">
</head>
<body>
<script id="jsmd" type="text/jsmd">
%% meta
{
"title": "Example Notebook",
"lastSaved": "2018-05-24T08:50:38.945Z",
"lastExport": "2018-05-24T08:50:54.408Z"
}
%% md
Testing, ought to fail I guess
%% md
Changing this jajajajaaj DFSFDF
%% js
</script>
<div id='page'></div>
<script src='iodide.dev.js'></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment