showdown : A Markdown to HTML converter written in Javascript. You can installing showdown 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 showdown $ sudo npm install -g showdown
If want to update the showdown package execute the command as below,
$ sudo npm update showdown
Update package globally,
$ npm install -g showdown
$ sudo git clone https://github.com/rektide/showdown.git
$ sudo npm install -g ./showdown
showdown@1.8.2 /usr/lib/node_modules/showdown
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall showdown
| Package Name | showdown |
| Version | 1.8.2 |
| Description | A Markdown to HTML converter written in Javascript |
| Released Date | 2017-11-11T13:35:19.239Z |
| Published by | tivie |
| How to Learn | https://www.npmjs.com/package/showdown/tutorial |