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
MR #21 broke convert.py. This is because mistune in versions 2.0.0+ no longer has a Renderer object, which this code tries to use.
To fix, we need to either:
Rewrite convert.py to use up-to-date objects, or
Downgrade mistune back to 0.8.4
The text was updated successfully, but these errors were encountered:
MR #21 broke
convert.py
. This is because mistune in versions 2.0.0+ no longer has aRenderer
object, which this code tries to use.To fix, we need to either:
convert.py
to use up-to-date objects, or0.8.4
The text was updated successfully, but these errors were encountered: