mdast : Markdown Abstract Syntax Tree format. You can installing mdast 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 mdast $ sudo npm install -g mdast
If want to update the mdast package execute the command as below,
$ sudo npm update mdast
Update package globally,
$ npm install -g mdast
$ sudo git clone https://github.com/rektide/mdast.git
$ sudo npm install -g ./mdast
mdast@3.0.0 /usr/lib/node_modules/mdast
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall mdast
Package Name | mdast |
Version | 3.0.0 |
Description | Markdown Abstract Syntax Tree format |
Released Date | 2015-12-24T23:14:32.851Z |
Published by | wooorm |
How to Learn | https://www.npmjs.com/package/mdast/tutorial |