markdown-it : Markdown-it - modern pluggable markdown parser.. You can installing markdown-it 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 markdown-it $ sudo npm install -g markdown-it
If want to update the markdown-it package execute the command as below,
$ sudo npm update markdown-it
Update package globally,
$ npm install -g markdown-it
$ sudo git clone https://github.com/rektide/markdown-it.git
$ sudo npm install -g ./markdown-it
markdown-it@8.4.0 /usr/lib/node_modules/markdown-it
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall markdown-it
Package Name | markdown-it |
Version | 8.4.0 |
Description | Markdown-it - modern pluggable markdown parser. |
Released Date | 2017-08-24T15:12:53.488Z |
Published by | vitaly |
How to Learn | https://www.npmjs.com/package/markdown-it/tutorial |