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
Steps to reproduce: try clicking any of these links; the actual anchors in the generated HTML document served by quickdocs are named sequentially, but this renaming does not occur in the link anchors.
Following from this invocation, it appears that this call would rewrite the anchor IDs if suppressAutoLink were false, which is default value; I am tempted to open a PR simply deleting that key from the function call, although I do not currently have quickdocs setup locally for testing this.