Added code into index.html to look for a local copy of marked.min.js in /static/node_modules. If this isn't successfully loaded, falls back to using the CDN version.
Also added a package.json to the /static folder that will install this package by typing npm install if node and npm are installed.
Added code into index.html to look for a local copy of marked.min.js in /static/node_modules. If this isn't successfully loaded, falls back to using the CDN version.
Also added a package.json to the /static folder that will install this package by typing
npm install
if node and npm are installed.