Lightweight utility for previewing markdown in your browser. Will watch your file and reload your preview with every change. Use your favorite editor and still get a live markdown preview.
npm install -g watchmd
- Sets the port express will bind to. (Default : 3333)
- The Markdown file to watch and render. (Default : 'example.md')
- Enables or Disables giving the markdown preview a little style. (Default : true)
- Enables or Disables automatically launcing the browser. (Default : true)
watchmd -f ./markdown_file.md --style=true