remark-html : Compile Markdown to HTML with remark. You can installing remark-html 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 remark-html $ sudo npm install -g remark-html
If want to update the remark-html package execute the command as below,
$ sudo npm update remark-html
Update package globally,
$ npm install -g remark-html
$ sudo git clone https://github.com/rektide/remark-html.git
$ sudo npm install -g ./remark-html
remark-html@6.0.1 /usr/lib/node_modules/remark-html
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall remark-html
| Package Name | remark-html |
| Version | 6.0.1 |
| Description | Compile Markdown to HTML with remark |
| Released Date | 2017-06-17T09:39:20.668Z |
| Published by | wooorm |
| How to Learn | https://www.npmjs.com/package/remark-html/tutorial |