You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case anyone else wants to try the workaround by downgrading: since python-markdown-math==0.7 requires Markdown>=3.0 I also needed to downgrade python-markdown-math to 0.6.
The Gerby-flavored / Stacks-flavored Markdown is broken with an up-to-date Python installation, because
mdx_bleach
is out-of-date. This must be fixed.The "solution" for now is
pip3 install 'markdown==2.6.9' --force-reinstall
The text was updated successfully, but these errors were encountered: