Skip to content

Commit

Permalink
fixup! feat: Add option to scan and register HTML anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Feb 17, 2024
1 parent 931ccd0 commit 3541aaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mkdocs_autorefs/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ def on_page_content(self, html: str, page: Page, **kwargs: Any) -> str: # noqa:
log.debug(f"Mapping identifiers to URLs for page {page.file.src_path}")
for item in page.toc.items:
self.map_urls(page.url, item)

return html

def map_urls(self, base_url: str, anchor: AnchorLink) -> None:
Expand Down

0 comments on commit 3541aaa

Please sign in to comment.