| .. | ||
| index.js | ||
| license | ||
| markdown-extensions.json | ||
| package.json | ||
| readme.md | ||
markdown-extensions 
List of Markdown file extensions
The list is just a JSON file and can be used wherever.
Install
$ npm install --save markdown-extensions
Usage
var markdownExtensions = require('markdown-extensions');
console.log(markdownExtensions);
//=> ['md', ...]
License
MIT © Sindre Sorhus