markdown-extensions
Version:
List of Markdown file extensions
21 lines (13 loc) • 323 B
Markdown
> List of Markdown file extensions
The list is just a [JSON file](markdown-extensions.json) and can be used anywhere.
```sh
npm install markdown-extensions
```
```js
import markdownExtensions from 'markdown-extensions';
console.log(markdownExtensions);
//=> ['md', …]
```