markdown-test
v1.0.0
Published
Converts a markdown file into a test html file via github api and the github flavoured css
Readme
Markdown-test
This is a script that will watch your markdown file(s) for you and render them using GFM (github flavored markdown)
Installation
npm install -g markdown-testUsage
mdtest <path-to-your-md-file.md>Notes
You will be prompted for a github User-Agent on first use, this is just your github login name to utilize the github api (for markdown parsing).
To change this, run:
mdtest --clear-settingsand you will be prompted again on next use
