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.
markdown.Extension
1 parent 86ee1dd commit 5dbfca3Copy full SHA for 5dbfca3
1 file changed
src/mkdocs_autorefs/references.py
@@ -551,7 +551,7 @@ def __init__(
551
552
Parameters:
553
plugin: An optional reference to the autorefs plugin (to pass it to the anchor scanner tree processor).
554
- **kwargs: Keyword arguments passed to the [base constructor][markdown.extensions.Extension].
+ **kwargs: Keyword arguments passed to the [base constructor][markdown.Extension].
555
"""
556
super().__init__(**kwargs)
557
self.plugin = plugin
0 commit comments