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.
Install run-markdown:
npm install run-markdown -g
Run it against a markdown file:
run-markdown test.md
Use run markdown on the markdown file below:
And it will output:
hello world
MIT