markdown-include icon indicating copy to clipboard operation
markdown-include copied to clipboard

Fix deprecation warning in Python-Markdown 3.x

Open pedrosousa opened this issue 5 years ago • 0 comments

Fixes the following warning when using Python-Markdown 3.x: DeprecationWarning: The 'md_globals' parameter of 'markdown_include.include.MarkdownInclude.extendMarkdown' is deprecated.

Changelog mentioning the signature change: https://python-markdown.github.io/change_log/release-3.0/#md_globals-keyword-deprecated-from-extension-api

pedrosousa avatar Sep 03 '20 22:09 pedrosousa