1 2 3 4 5
"""Superscript tag plugin, ported from Markdown-It.""" from .index import superscript_plugin __all__ = ("superscript_plugin",)