2.0.0 • Published 9 months ago

markdown-extensions v2.0.0

Weekly downloads
95,309
License
MIT
Repository
github
Last release
9 months ago

markdown-extensions

List of Markdown file extensions

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

Install

npm install markdown-extensions

Usage

import markdownExtensions from 'markdown-extensions';

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