Skip to content

Commit 9e8d9ea

Browse files
committed
bump version
1 parent 087dcd5 commit 9e8d9ea

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

markdown_it/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .main import MarkdownIt # noqa: F401
22

33

4-
__version__ = "0.4.0"
4+
__version__ = "0.4.1"

markdown_it/extensions/footnote/index.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,6 @@ def footnote_tail(state: StateBlock, *args, **kwargs):
264264

265265
tok_filter.append((not insideRef))
266266

267-
# TODO store a record of un-referenced footnotes,
268-
# so they may be reported by the renderer
269267
state.tokens = [t for t, f in zip(state.tokens, tok_filter) if f]
270268

271269
if "list" not in state.env.get("footnotes", {}):

0 commit comments

Comments
 (0)