kjelsrud.dev/node_modules/markdown-extensions/readme.md
2023-07-19 21:31:30 +02:00

27 lines
545 B
Markdown

# markdown-extensions [![Build Status](https://travis-ci.org/sindresorhus/markdown-extensions.svg?branch=master)](https://travis-ci.org/sindresorhus/markdown-extensions)
> List of Markdown file extensions
The list is just a [JSON file](markdown-extensions.json) and can be used wherever.
## Install
```
$ npm install --save markdown-extensions
```
## Usage
```js
var markdownExtensions = require('markdown-extensions');
console.log(markdownExtensions);
//=> ['md', ...]
```
## License
MIT © [Sindre Sorhus](http://sindresorhus.com)