Skip to content

Releases: slidoapp/markdown-cli

markdown-cli v0.2.0

02 Nov 16:48

Choose a tag to compare

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

markdown-cli v0.1.0

02 Nov 16:38

Choose a tag to compare

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