Skip to content

Instantly share code, notes, and snippets.

@djbarnwal
Created June 13, 2018 11:14
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/2072533f72b9d14febc7b00d0de3b48c to your computer and use it in GitHub Desktop.
Save djbarnwal/2072533f72b9d14febc7b00d0de3b48c to your computer and use it in GitHub Desktop.
Testing
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Testing - iodide</title>
<link rel="stylesheet" type="text/css" href="iodide.dev.css">
</head>
<body>
<script id="jsmd" type="text/jsmd">
%% meta
{
"title": "Testing",
"lastExport": "2018-06-13T11:11:28.507Z"
}
%% js
var a = 2
%% 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