remarkable : Markdown parser, done right. 100% Commonmark support, extensions, syntax plugins, high speed - all in one.. You can installing remarkable 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 remarkable $ sudo npm install -g remarkable
If want to update the remarkable package execute the command as below,
$ sudo npm update remarkable
Update package globally,
$ npm install -g remarkable
$ sudo git clone https://github.com/rektide/remarkable.git
$ sudo npm install -g ./remarkable
remarkable@1.7.1 /usr/lib/node_modules/remarkable
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall remarkable
| Package Name | remarkable |
| Version | 1.7.1 |
| Description | Markdown parser, done right. 100% Commonmark support, extensions, syntax plugins, high speed - all in one. |
| Released Date | 2016-10-03T18:01:38.838Z |
| Published by | spicyj |
| How to Learn | https://www.npmjs.com/package/remarkable/tutorial |