Fixed table of contents generator script

This commit is contained in:
Lucas
2025-03-22 11:10:00 -07:00
parent 71a3d8365c
commit 8aa916a5d7
6 changed files with 12 additions and 5 deletions

View File

@@ -52,11 +52,13 @@ def generate_table_of_contents():
<details>
<summary><b>Alphabetical</b></summary> <br />
{alphabetical_md}
</details>
<details open>
<summary><b>Categorized</b></summary> <br />
{categorized_md}
</details>
"""