zopieux / py-gfm

Github-Flavored Markdown for Python-Markdown.
https://pypi.org/project/py-gfm/
BSD 3-Clause "New" or "Revised" License
71 stars 14 forks source link

fix: the module 'markdown.util' was updated #29

Closed doupongzeng closed 1 year ago

doupongzeng commented 1 year ago

error: cannot import name 'etree' from 'markdown.util'.

I read the README, This repository will not receive bug fixes, and might become read-only soon., but I think this bug is worthy of being merged.

zopieux commented 1 year ago

Have you considered using https://github.com/Zopieux/pycmarkgfm instead? If you don't use any special extension, this is almost a drop-in replacement that won't suffer from such code rot.