md-js-run
v1.0.1
Published
Run all the JS snippets in a markdown file
Downloads
3
Readme
md-js-run
Run all the JS snippets in a markdown file
md-js-run README.md
Exit code will be zero if all scripts completed with exit code zero.
Try it here
this isn't valid JS!
throw new Error("Runtime Error!");
console.log("This is valid JS");