Skip to the content.

Serve Markdown as HTML with live reload

Useful for viewing a large collection of Markdown files in the browser: markserv

Installation

$ npm i -g markserv

Usage

# Open file 
$ markserv README.md
 
# Directory 
$ markserv ./

More information

markserv at NPM.

— Oliver Frolovs, 2020