Convert markdown content to HTML files.
Installation
npm install -g @slidoapp/markdown-cli
Usage
Pass the filename to the markdown
command to convert a markdown file to HTML document.
Pipe the output to an .html
file to save it.
markdown README.md > README.html