html-md : JavaScript library for converting HTML in to valid Markdown. You can installing html-md npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install html-md $ sudo npm install -g html-md
If want to update the html-md package execute the command as below,
$ sudo npm update html-md
Update package globally,
$ npm install -g html-md
$ sudo git clone https://github.com/rektide/html-md.git
$ sudo npm install -g ./html-md
html-md@3.0.2 /usr/lib/node_modules/html-md
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall html-md
Package Name | html-md |
Version | 3.0.2 |
Description | JavaScript library for converting HTML in to valid Markdown |
Released Date | 2013-10-09T09:43:18.472Z |
Published by | neocotic |
How to Learn | https://www.npmjs.com/package/html-md/tutorial |