Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mdx_bleach is broken #151

Open
pbelmans opened this issue Oct 26, 2020 · 2 comments
Open

mdx_bleach is broken #151

pbelmans opened this issue Oct 26, 2020 · 2 comments
Labels

Comments

@pbelmans
Copy link
Member

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

@pbelmans pbelmans added the bug label Oct 26, 2020
@zsamboki
Copy link

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
Copy link

paolini commented Jan 5, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants