Remark Toc Versions Save

plugin to generate a table of contents (TOC)

9.0.0

8 months ago

Change

  • e9f34ee Change to require Node.js 16 migrate: update too
  • ffb64b2 Change to use exports migrate: don’t use private APIs
  • 89fbc0b Update mdast-util-toc, @types/mdast, etc migrate: update too
  • 6fbf704 Change to include Contents headings by default migrate: pass an options.heading if you don’t want it
  • 64f5cd9 Change to default to tight: true migrate: pass options.tight: true if you don’t want it

Full Changelog: https://github.com/remarkjs/remark-toc/compare/8.0.1...9.0.0

8.0.1

2 years ago

8.0.0

2 years ago
  • 1264a38 Use ESM
    // From CommonJS
    var remarkToc = require('remark-toc')
    
    // To ESM
    import remarkToc from 'remark-toc'
    
    Learn more about ESM in this guide
  • 21335f2 Add JSDoc based types

7.2.0

3 years ago
  • fdd5002 Add support for all mdast-util-toc options in TypeScript

7.1.0

3 years ago
  • 00c466f Add support for all mdast-util-toc options

7.0.0

4 years ago
  • 635ad84 Add types & update mdast-util-toc (breaking, see [email protected])
  • 2385f87 Add notes on security

6.0.0

4 years ago
  • a08b584 Update mdast-util-toc (see [email protected])
  • 5efe793 Add support for skipping headings
  • 30e73de Remove use of remark-slug
  • 7f62ba8 Refactor prose

5.1.1

5 years ago
  • 6eb2dda Add more badges
  • 414135a Move URLs to HTTPS

5.1.0

5 years ago
  • edaeeef Update mdast-util-toc
  • fa93dc8 Refactor code-style

5.0.0

6 years ago
  • d2fae0e Update remark-slug
  • e878563 Migrate to remarkjs

See [email protected] for more info.