## Installation ```sh npm i -S markdown-toc-x ```
npm install markdown-toc-xsh
npm i -S markdown-toc-x
`Minimal Usage
`js
const mdToc = require('markdown-toc-x');console.log(mdToc('# This is BIG title'));
`More Details
This library uses chjj/marked as its lexer.$3
`
mdToc(text, options)
`$3
* options that marked supports
* options.url` the function to generate links' url