All Projects → sindresorhus → Markdown Extensions

sindresorhus / Markdown Extensions

Licence: mit
List of Markdown file extensions

Programming Languages

javascript
184084 projects - #8 most used programming language

markdown-extensions Build Status

List of Markdown file extensions

The list is just a JSON file and can be used anywhere.

Install

$ npm install markdown-extensions

Usage

const markdownExtensions = require('markdown-extensions');

console.log(markdownExtensions);
//=> ['md', ...]

License

MIT © Sindre Sorhus

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].