"""Superscript tag plugin, ported from Markdown-It."""

from .index import superscript_plugin

__all__ = ("superscript_plugin",)
