markdown : A sensible Markdown parser for javascript. You can installing markdown 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 $ sudo npm install -g markdown
If want to update the markdown package execute the command as below,
$ sudo npm update markdown
Update package globally,
$ npm install -g markdown
$ sudo git clone https://github.com/rektide/markdown.git
$ sudo npm install -g ./markdown
markdown@0.5.0 /usr/lib/node_modules/markdown
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall markdown
Package Name | markdown |
Version | 0.5.0 |
Description | A sensible Markdown parser for javascript |
Released Date | 2013-07-26T09:48:28.455Z |
Published by | ashb |
How to Learn | https://www.npmjs.com/package/markdown/tutorial |