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
fix(outlines): only use headings text content in the outline
The headings extraction script now returns the elements `textContent` property
instead of their `innerHTML`.
A smarter processing could be devised in a future version:
- detect an empty content and report a dummy text
- trim long content
Fixes#129
0 commit comments