Releases: slidoapp/markdown-cli
Releases · slidoapp/markdown-cli
markdown-cli v0.2.0
Convert markdown content to HTML files.
Installation
npm install -g @slidoapp/markdown-cliUsage
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.htmlmarkdown-cli v0.1.0
Convert markdown content to HTML files.
Installation
npm install -g @slidoapp/markdown-cliUsage
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