html-toc
html-toc copied to clipboard
Generate a HTML table of contents using cheerio.
Results
3
html-toc issues
Sort by
recently updated
recently updated
newest added
Allow cheerio instance to be passed (also check if passed instance is loaded) fixes #3
Allow `htmlString` to be a cheerio instance. Input: Cheerio Instance Output: Cheerio Instance This is useful if a cheerio is already being used in other places. I was using the...