-
Notifications
You must be signed in to change notification settings - Fork 63
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
Broken with mistune 2.0 #130
Comments
Thank you for reporting this! Lookatme should probably upgrade to the newer mistune anyways. |
I'm closing this as lookatme is moving away from mistune with v3.0. |
Repository owner
moved this from 🆕 New
to ✅ Done
in lookatme v3.0
Oct 2, 2022
This is still a issue:
I installed using |
I'm going to ping you @d0c-s4vage just because this is closed and would probably not see it otherwise. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Debian recently upgraded mistune from 0.8.4 to 2.0.0.
Unfortunately the new version is not backwards compatible and breaks lookatme.
It fails to start with the following error:
I tried to change
md = mistune.Markdown()
withmd = mistune.create_markdown()
, but then it fails a bit later with:As many more packages got broken by the upgrade, it looks like the upstream version will get temporarily reverted again in Debian: https://bugs.debian.org/1001591
But in a few months 2.0 will then be the only version available again.
Environment:
The text was updated successfully, but these errors were encountered: