diff --git a/_quarto.yml b/_quarto.yml index 4232eb4..ff55816 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -75,6 +75,7 @@ format: # includes: # in-header: # - ./redirect.js + pre-render: deep-indexer.js highlight-style: solarized theme: minty css: styles.css diff --git a/deep-indexer.js b/deep-indexer.js new file mode 100644 index 0000000..f7767e7 --- /dev/null +++ b/deep-indexer.js @@ -0,0 +1,6 @@ +document.addEventListener("DOMContentLoaded", function() { + // Ensure all hidden tab contents are indexed + document.querySelectorAll('.tabcontent').forEach(tab => { + tab.style.display = "block"; + }); +}); \ No newline at end of file diff --git a/docs/notes.html b/docs/notes.html index b56394e..694d6ea 100644 --- a/docs/notes.html +++ b/docs/notes.html @@ -6,7 +6,7 @@ - +