Skip to content

Instantly share code, notes, and snippets.

@Trimeego
Last active December 10, 2015 14:38
Show Gist options
  • Save Trimeego/4448705 to your computer and use it in GitHub Desktop.
Save Trimeego/4448705 to your computer and use it in GitHub Desktop.
Base presentation script
(function() {
define([], function() {
return function(){
container = ".present[data-markdown]";
//insert code here
};
});
}).call(this);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment