Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Mar 28, 2020
1 parent 087dcd5 commit 9e8d9ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion markdown_it/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .main import MarkdownIt # noqa: F401


__version__ = "0.4.0"
__version__ = "0.4.1"
2 changes: 0 additions & 2 deletions markdown_it/extensions/footnote/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,6 @@ def footnote_tail(state: StateBlock, *args, **kwargs):

tok_filter.append((not insideRef))

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

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

0 comments on commit 9e8d9ea

Please sign in to comment.