mirror of
https://github.com/sern-handler/website
synced 2026-06-27 18:22:22 +00:00
21 lines
323 B
Markdown
21 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', …]
|
|
```
|