jekyll-theme-yat
jekyll-theme-yat copied to clipboard
Use only text nodes for TOC
Current implementation of TOC use full textContent. However, if a heading contains a footnote, the textContent will include the footnote index.
This PR sidesteps such issue by excluding nodes with role === "doc-noteref".