Now that you added type annotations in many places, I was wondering if you would consider annotating the whole package, and mark it as typed with a py.typed file? For now users who want to type-check their code using Python-Markdown can install types-markdown which comes from typeshed.
Now that you added type annotations in many places, I was wondering if you would consider annotating the whole package, and mark it as typed with a
py.typedfile? For now users who want to type-check their code using Python-Markdown can installtypes-markdownwhich comes from typeshed.