Skip to content

markdown-cli v0.2.0

Latest
Compare
Choose a tag to compare
@jozefizso jozefizso released this 02 Nov 16:48

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