aboutsummaryrefslogtreecommitdiff
path: root/communities/red-right-hand/174bg.net
diff options
context:
space:
mode:
authorAlex Pooley (@zuedev) <zuedev@gmail.com>2026-05-14 22:23:48 +0100
committerAlex Pooley (@zuedev) <zuedev@gmail.com>2026-05-14 22:23:48 +0100
commitaba3ba27909df58167d0719ad67f9ab2035c2c39 (patch)
treea5cd03fa6052c94727c0d75e36b95065108e1244 /communities/red-right-hand/174bg.net
parentb88edaf314ffa7340c58a51145296a0fe8d180da (diff)
downloadunnamed-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
Diffstat (limited to 'communities/red-right-hand/174bg.net')
-rw-r--r--communities/red-right-hand/174bg.net/public/handbook/index.html2
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");