2.4.0 - Support for custom headings
What's Changed
- Add support for custom headings by @bedroesb in #212
- Update Bootstrap to 5.3.2 and fix warning in build by @bedroesb in #213
- Only show pagination and search in datatables when relevant by @bedroesb in #214
🚨 BREAKING 🚨
The variables to specify the min of headings that need to appear for the table of contents to show up and what type it has to pick up is changed from headers
-> headings
to be consistent and more correct.
theme_variables:
toc:
min_headings: 2
headings: 'h2'
Full Changelog: 2.3.0...2.4.0