HckApm/node_modules/markdown-extensions
minicx 99e5f883a3 second commit 2023-12-23 14:56:27 +03:00
..
index.js second commit 2023-12-23 14:56:27 +03:00
license second commit 2023-12-23 14:56:27 +03:00
markdown-extensions.json second commit 2023-12-23 14:56:27 +03:00
package.json second commit 2023-12-23 14:56:27 +03:00
readme.md second commit 2023-12-23 14:56:27 +03:00

readme.md

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