run-markdown
v0.0.5
Published
A way of running a code from a markdown file and seeing the result
Readme
Run Markdown
Allows you to write markdown that describes from code and run said markdown to see output.
See test/test-markdown.md for an example markdown file.
Getting Started
Install run-markdown:
npm install run-markdown -gRun it against a markdown file:
run-markdown test.mdExample
Use run markdown on the markdown file below:

And it will output:
hello worldLicense
MIT
