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
Thanks for the report! mdBook doesn't produce a TOC, so maybe that is from a plugin? As for the search results, issue #720 is tracking the ids not being handled correctly.
I believe the current release does not handle duplicated headings on a page well. Eg https://hledger.org/hledger.html has a "tags" heading under COMMANDS (https://hledger.org/hledger.html#tags) and a "Tags" heading under JOURNAL FORMAT (https://hledger.org/hledger.html#tags-1). Distinct anchors are created, but links in the page TOC and in search results point only to the first (https://hledger.org/hledger.html#tags). This can be quite confusing.
simonmichael/hledger_site#33
The text was updated successfully, but these errors were encountered: