--- id: markdown version: "3.10.3" license: BSD-3-Clause license_treatment: permissive maintenance: active --- # Markdown — Python implementation of John Gruber's Markdown. License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install markdown uv add markdown poetry add markdown ## Description [Python-Markdown][] =================== [![Build Status][build-button]][build] [![Coverage Status][codecov-button]][codecov] [![Latest Version][mdversion-button]][md-pypi] [![Python Versions][pyversion-button]][md-pypi] [![BSD License][bsdlicense-button]][bsdlicense] [![Code of Conduct][codeofconduct-button]][Code of Conduct] [build-button]: https://github.com/Python-Markdown/markdown/actions/workflows/tox.yml/badge.svg [build]: https://github.com/Python-Markdown/markdown/actions/workflows/tox.yml [codecov-button]: https://codecov.io/gh/Python-Markdown/markdown/branch/master/graph/badge.svg [codecov]: https://codecov.io/gh/Python-Markdown/markdown [mdversion-button]: https://img.shields.io/pypi/v/Markdown.svg [md-pypi]: https://pypi.org/project/Markdown/ [pyversion-button]: https://img.shields.io/pypi/pyversions/Markdown.svg [bsdlicense-button]: https://img.shields.io/badge/license-BSD-yellow.svg [bsdlicense]: https://opensource.org/licenses/BSD-3-Clause [codeofconduct-button]: https://img.shields.io/badge/code%20of%20conduct-contributor%20covenant-green.svg?style=flat-square [Code of Conduct]: https://github.com/Python-Markdown/markdown/blob/master/CODE_OF_CONDUCT.md This... ## AI interpretation — verify before relying Converts Markdown text to HTML using a Python implementation of John Gruber's Markdown specification, with support for extensions and nearly complete compliance with the reference implementation. Verdict: A mature, actively maintained Markdown parser with no security vulnerabilities, zero dependencies, and broad Python version support. Ideal for projects needing reliable Markdown-to-HTML conversion with minimal installation friction. [View on SkillFed](https://skillfed.io/packages/markdown) · [View on PyPI](https://pypi.org/project/markdown/)