# 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)