{"categories":[{"label":"Markup","url":"https://skillfed.io/packages/category/text-processing-markup"}],"enrichment":{"capability":"Provides type stubs for the Markdown package, enabling type checkers like mypy and pyright to validate code that uses Markdown.","skillfed_tags":["type-stubs","type-checking"],"use_cases":["Enable mypy or pyright to type-check code that calls Markdown library functions without false positives.","Catch type errors in Markdown usage (e.g., passing wrong argument types) before runtime.","Provide IDE autocomplete and inline type hints for Markdown APIs in editors that support type stubs.","Validate Markdown integration in a larger typed codebase without modifying the Markdown library itself."],"what_it_does":"types-Markdown is a type stub package that bridges the Markdown library and static type checkers. It contains type annotations for the Markdown package, allowing tools like mypy (2.2.0) and pyright (1.1.411) to understand the types and signatures of Markdown's public API when analyzing code that imports and uses it.\n\nThis package is maintained as part of the typeshed project and is automatically generated from typeshed's stub definitions. It has no runtime dependencies and is installed purely to support development-time type checking. Once installed, type checkers will automatically discover and use the stubs to validate calls to Markdown functions and classes.","worth_installing":"Yes, if you use Markdown in a codebase with static type checking. Install it alongside mypy or pyright to eliminate type-checking blind spots in Markdown usage. No installation needed if you don't use a type checker or don't use the Markdown library."},"id":"types-markdown","links":{"html":"https://skillfed.io/packages/types-markdown","md":"https://skillfed.io/packages/types-markdown.md","pypi":"https://pypi.org/project/types-markdown/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-12","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"types-Markdown","python_support":"supports_current","summary":"Typing stubs for Markdown"},"popularity":{"monthly_downloads":17723404,"position":1105,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"3.10.2.20260712"}
