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