You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sidebar with the table of contents (TOC) on the glossary page is currently empty. This is due to a change made by commit b88401f (PR #1861). There, h4 elements were excluded from the TOC. I think the easiest way to fix this would be to render the glossary terms using the h3 element instead of h4.
The text was updated successfully, but these errors were encountered:
The sidebar with the table of contents (TOC) on the glossary page is currently empty. This is due to a change made by commit b88401f (PR #1861). There,
h4
elements were excluded from the TOC. I think the easiest way to fix this would be to render the glossary terms using theh3
element instead ofh4
.The text was updated successfully, but these errors were encountered: