markdown-toc
markdown-toc copied to clipboard
API and CLI for generating a markdown TOC (table of contents) for a README or any markdown files. Uses Remarkable to parse markdown. Used by NASA/openmct, Prisma, Joi, Mocha, Sass, Prettier, Orbit DB,...
Builds a new README, pulling in recent changes to `.verb.md` (including #105). This was built with the command listed in the [docs](https://github.com/jonschlinkert/markdown-toc#building-docs).
My demand: I want to get the catalog content and the html result. The html tag h1,h2,h3... should have id so the anchor will take effect. but after: ``` const...
It would be nice if there was an option for supporting german umlauts in the links, e.g. this is what markdown-toc creates: ```md + [Frachtaufträge](#frachtauftrage) ``` This is what I...
Note: [querystring-es3](https://github.com/SpainTrain/querystring-es3) v1.0.0 still hasn't released to NPM. Issue SpainTrain/querystring-es3#6 requests it be released. Not sure how you want to work in these fixes @doowb; however, until querystring-es3 new version...
See https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md with TOC autogenarated by the `markdown-toc`. Compare the links for: page.$(selector) page.$$(selector) page.$$eval(selector, pageFunction[, ...args]) page.$eval(selector, pageFunction[, ...args]) frame.$(selector) frame.$$(selector) frame.$$eval(selector, pageFunction[, ...args]) frame.$eval(selector, pageFunction[, ...args]) elementHandle.$(selector) elementHandle.$$(selector)...
For those who are unfamiliar with npm, showing the -g option in the installation instructions will prevent much confusion.
When using the script with [keep-a-changelog](https://github.com/olivierlacan/keep-a-changelog), the links are generated wrong. The links render fine:  The target is wrong: E.g., "unreleased" points to https://github.com/olivierlacan/keep-a-changelog/compare/v0.3.0...HEAD instead of #unreleased I assume...
Original: [filter](#filter-headings) out headings you don't want -* [Improve](#titleize) the headings you do want -* Use a custom [slugify](#optionsslugify) function to change how links are created revision: [Filters](#filter-headings) out headings...
It is very easy to edit a markdown file and change a section heading that would change the TOC, but then forget to re-generate the TOC afterwards. Therefore, adding a...
I'm using markdown-toc with markdown-it, and currently markdown-it doesn't support HTML style comments. So, at least when using this from the command line, is there a way to surpress the...