markdown-it-anchor : Header anchors for markdown-it.. You can installing markdown-it-anchor 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-anchor $ sudo npm install -g markdown-it-anchor
If want to update the markdown-it-anchor package execute the command as below,
$ sudo npm update markdown-it-anchor
Update package globally,
$ npm install -g markdown-it-anchor
$ sudo git clone https://github.com/rektide/markdown-it-anchor.git
$ sudo npm install -g ./markdown-it-anchor
markdown-it-anchor@4.0.0 /usr/lib/node_modules/markdown-it-anchor
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall markdown-it-anchor
Package Name | markdown-it-anchor |
Version | 4.0.0 |
Description | Header anchors for markdown-it. |
Released Date | 2017-02-26T16:39:47.027Z |
Published by | valeriangalliat |
How to Learn | https://www.npmjs.com/package/markdown-it-anchor/tutorial |