jekyll-theme-yat icon indicating copy to clipboard operation
jekyll-theme-yat copied to clipboard

Use only text nodes for TOC

Open jnooree opened this issue 3 years ago • 0 comments

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".

jnooree avatar Jul 09 '22 14:07 jnooree