markdown-it-highlightjs : Preset to use highlight.js with markdown-it.. You can installing markdown-it-highlightjs 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-highlightjs $ sudo npm install -g markdown-it-highlightjs
If want to update the markdown-it-highlightjs package execute the command as below,
$ sudo npm update markdown-it-highlightjs
Update package globally,
$ npm install -g markdown-it-highlightjs
$ sudo git clone https://github.com/rektide/markdown-it-highlightjs.git
$ sudo npm install -g ./markdown-it-highlightjs
markdown-it-highlightjs@3.0.0 /usr/lib/node_modules/markdown-it-highlightjs
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall markdown-it-highlightjs
Package Name | markdown-it-highlightjs |
Version | 3.0.0 |
Description | Preset to use highlight.js with markdown-it. |
Released Date | 2017-02-26T15:33:17.862Z |
Published by | valeriangalliat |
How to Learn | https://www.npmjs.com/package/markdown-it-highlightjs/tutorial |