Files
website/node_modules/markdown-extensions/readme.md
2024-05-06 17:15:30 -04:00

323 B

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', …]