marked : A markdown parser built for speed. You can installing marked 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 marked $ sudo npm install -g marked
If want to update the marked package execute the command as below,
$ sudo npm update marked
Update package globally,
$ npm install -g marked
$ sudo git clone https://github.com/rektide/marked.git
$ sudo npm install -g ./marked
marked@0.3.6 /usr/lib/node_modules/marked
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall marked
Package Name | marked |
Version | 0.3.6 |
Description | A markdown parser built for speed |
Released Date | 2016-07-30T03:10:20.053Z |
Published by | chjj |
How to Learn | https://www.npmjs.com/package/marked/tutorial |