@metalsmith/table-of-contents
Version:
A metalsmith plugin to generate table of contents.
22 lines (13 loc) • 606 B
Markdown
# CHANGELOG
## v1.0.0
- Renamed metalsmith-autotoc to @metalsmith/table-of-contents
- Tweaked plugin options
- Added Jsdocs
- Aligned README.md with other core plugins
## v0.1.5
- [Swap from JSDOM to Cheerio for parsing](https://github.com/anatoo/metalsmith-autotoc/pull/6).
## v0.1.4
- [h1 can now be the root of the table of contents](github.com/anatoo/metalsmith-autotoc/pull/5).
- [Properly handle escaped HTML characters in heading text](https://github.com/anatoo/metalsmith-autotoc/pull/4).
## v0.1.3
- Fixed [#1](https://github.com/anatoo/metalsmith-autotoc/issues/1). Updated dependencies.