0.0.5 • Published 10 years ago
run-markdown v0.0.5
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