diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-14 22:23:48 +0100 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-14 22:23:48 +0100 |
| commit | aba3ba27909df58167d0719ad67f9ab2035c2c39 (patch) | |
| tree | a5cd03fa6052c94727c0d75e36b95065108e1244 | |
| parent | b88edaf314ffa7340c58a51145296a0fe8d180da (diff) | |
| download | unnamed-group-aba3ba27909df58167d0719ad67f9ab2035c2c39.tar unnamed-group-aba3ba27909df58167d0719ad67f9ab2035c2c39.tar.gz unnamed-group-aba3ba27909df58167d0719ad67f9ab2035c2c39.tar.bz2 unnamed-group-aba3ba27909df58167d0719ad67f9ab2035c2c39.tar.xz unnamed-group-aba3ba27909df58167d0719ad67f9ab2035c2c39.zip | |
update table of contents to include h4, h5, and h6 headings
| -rw-r--r-- | communities/red-right-hand/174bg.net/public/handbook/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/communities/red-right-hand/174bg.net/public/handbook/index.html b/communities/red-right-hand/174bg.net/public/handbook/index.html index 9995afc..b8ab64c 100644 --- a/communities/red-right-hand/174bg.net/public/handbook/index.html +++ b/communities/red-right-hand/174bg.net/public/handbook/index.html @@ -819,7 +819,7 @@ }); function generateTableOfContents() { - const headings = document.querySelectorAll("h1, h2, h3"); + const headings = document.querySelectorAll("h1, h2, h3, h4, h5, h6"); const toc = document.createElement("nav"); toc.id = "table-of-contents"; const rootList = document.createElement("ul"); |
