Skip to content

2.4.0 - Support for custom headings

Compare
Choose a tag to compare
@bedroesb bedroesb released this 15 Nov 18:35
· 321 commits to main since this release
f22486e

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