Skip to content

Instantly share code, notes, and snippets.

@djbarnwal
Last active June 9, 2018 12:02
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/7173aa2a90a539edef23a99701b2ebd5 to your computer and use it in GitHub Desktop.
Save djbarnwal/7173aa2a90a539edef23a99701b2ebd5 to your computer and use it in GitHub Desktop.
Checking multiple saves
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Checking multiple saves - iodide</title>
<link rel="stylesheet" type="text/css" href="iodide.dev.css">
</head>
<body>
<script id="jsmd" type="text/jsmd">
%% meta
{
"title": "Checking multiple saves",
"lastSaved": "2018-06-09T11:58:32.579Z",
"lastExport": "2018-06-09T11:59:36.186Z"
}
%% js
var a = "Tadaaa"
%% js
var b = "mOre changes"
%% js
var c = "mooooooooore changes"
%% js
a
%% js
b
%% js
c
%% 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