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