gerby-project / gerby-website

Tag-based webview of LaTeX documents
MIT License
28 stars 22 forks source link

mdx_bleach is broken #151

Open pbelmans opened 4 years ago

pbelmans commented 4 years ago

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

zsamboki commented 3 years ago

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.

paolini commented 10 months ago

Running into the same issue. Instead of downgrading I used a patched version of mdx_bleach. I made a fork were I describe the patching, here:

https://github.com/paolini/gmt-website