Skip to content

Instantly share code, notes, and snippets.

@djbarnwal
Created May 19, 2018 21:05
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/f0132acc647d984619df8f4a91f1aada to your computer and use it in GitHub Desktop.
Save djbarnwal/f0132acc647d984619df8f4a91f1aada to your computer and use it in GitHub Desktop.
Example Notebook 2
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Example Notebook 2 - iodide</title>
<link rel="stylesheet" type="text/css" href="iodide.dev.css">
</head>
<body>
<script id="jsmd" type="text/jsmd">
%% meta
{
"title": "Example Notebook 2",
"lastSaved": "2018-05-19T21:02:25.638Z",
"lastExport": "2018-05-19T21:02:45.473Z"
}
%% md
Testing, ought to fail I guess
%% md
Hellow
%% 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