Sign in
fuchsia
/
third_party
/
github.com
/
executablebooks
/
markdown-it-py
/
2cf7a54c028d8a31f4271d05b67f7ea8a61bbdcf
/
.
/
markdown_it
/
extensions
/
amsmath.py
blob: 3106238dfbf8cff9d39236c58deca4400e8fe404 [
file
]
from
mdit_py_plugins
.
amsmath
import
*
# noqa: F401,F403
import
warnings
warnings
.
warn
(
"`markdown_it.extensions` is deprecated, import from `mdit_py_plugins` instead"
,
DeprecationWarning
,
stacklevel
=
2
,
)