kjelsrud.dev/node_modules/markdown-extensions/readme.md
2023-07-19 21:31:30 +02:00

545 B

markdown-extensions Build Status

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