jonschlinkert / markdown-toc

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, FormatJS, Raneto, hapijs/code, webpack-flow, docusaurus, release-it, ts-loader, json-server, reactfire, bunyan, husky, react-easy-state, react-snap, chakra-ui, carbon, alfresco, repolinter, Assemble, Verb, and thousands of other projects.
https://github.com/jonschlinkert
MIT License
1.61k stars 702 forks source link

How to use it without nodejs ? Using it in pure javascript ? #153

Open GaelGuegan opened 4 years ago

GaelGuegan commented 4 years ago

Hi, I am very interesting in your package and I am a beginner in web technology.

And of what I understand, we must use your module with nodejs framework.

However, I would like to use it in pure javascript. Is it possible ?

Thanks,

dohliam commented 4 years ago

@GaelGuegan you might be interested in tocdown which is built for this exact use case. :smile: