IOweb/node_modules/markdown-extensions/readme.md
2026-07-03 15:07:38 -05:00

20 lines
323 B
Markdown

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