We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 729a810 commit 5e3f44bCopy full SHA for 5e3f44b
mdformat_footnote/__init__.py
@@ -1,6 +1,6 @@
1
"""An mdformat plugin for parsing/validating footnotes"""
2
3
-__version__ = "0.1.2"
+__version__ = "0.1.3"
4
__plugin_name__ = "footnote"
5
6
from .plugin import RENDERERS, add_cli_argument_group, update_mdit # noqa: F401
0 commit comments