markdown-it-checkbox : Plugin to create checkboxes for markdown-it markdown parser. You can installing markdown-it-checkbox 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-checkbox $ sudo npm install -g markdown-it-checkbox
If want to update the markdown-it-checkbox package execute the command as below,
$ sudo npm update markdown-it-checkbox
Update package globally,
$ npm install -g markdown-it-checkbox
$ sudo git clone https://github.com/rektide/markdown-it-checkbox.git
$ sudo npm install -g ./markdown-it-checkbox
markdown-it-checkbox@1.1.0 /usr/lib/node_modules/markdown-it-checkbox
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall markdown-it-checkbox
Package Name | markdown-it-checkbox |
Version | 1.1.0 |
Description | Plugin to create checkboxes for markdown-it markdown parser |
Released Date | 2015-03-23T14:08:43.707Z |
Published by | mcecot |
How to Learn | https://www.npmjs.com/package/markdown-it-checkbox/tutorial |