We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7f2228 commit 24325ffCopy full SHA for 24325ff
src/mkdocs_autorefs/plugin.py
@@ -57,7 +57,7 @@ def __init__(self) -> None:
57
super().__init__()
58
self._url_map: dict[str, str] = {}
59
self._abs_url_map: dict[str, str] = {}
60
- self.get_fallback_anchor: Callable[[str], str | None] | None = None
+ self.get_fallback_anchor: Callable[[str], tuple[str, ...]] | None = None
61
62
def register_anchor(self, page: str, identifier: str) -> None:
63
"""Register that an anchor corresponding to an identifier was encountered when rendering the page.
0 commit comments