pelican-plugins icon indicating copy to clipboard operation
pelican-plugins copied to clipboard

Fix md_inline_extension compatibility errors with Markdown >= 3.4

Open haplo opened this issue 3 years ago • 0 comments

  • etree import has been deprecated since Markdown 3.2 https://python-markdown.github.io/change_log/release-3.2/#markdownutiletree-deprecated

  • md_globals not passed anymore in extendMarkdown

  • Registry.add deprecated and replaced with Registry.register

Tries to fix #1373, but there are still more errors lurking!

haplo avatar Nov 28 '22 23:11 haplo