We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 855067e commit e96d4e4Copy full SHA for e96d4e4
1 file changed
mdit_py_plugins/anchors/index.py
@@ -65,9 +65,8 @@ def _make_anchors_func(
65
permalinkBefore: bool,
66
permalinkSpace: bool,
67
):
68
- slugs: Set[str] = set()
69
-
70
def _anchor_func(state: StateCore):
+ slugs: Set[str] = set()
71
for (idx, token) in enumerate(state.tokens):
72
if token.type != "heading_open":
73
continue
0 commit comments