{"id":28074902,"url":"https://github.com/waylan/Python-Markdown","last_synced_at":"2025-05-13T00:01:53.035Z","repository":{"id":925726,"uuid":"692146","full_name":"Python-Markdown/markdown","owner":"Python-Markdown","description":"A Python implementation of John Gruber’s Markdown with Extension support.","archived":false,"fork":false,"pushed_at":"2025-04-26T22:20:55.000Z","size":3693,"stargazers_count":3969,"open_issues_count":26,"forks_count":876,"subscribers_count":74,"default_branch":"master","last_synced_at":"2025-05-09T10:42:36.236Z","etag":null,"topics":["markdown","markdown-parser","markdown-to-html","python","python-markdown","python3"],"latest_commit_sha":null,"homepage":"https://python-markdown.github.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Python-Markdown.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2010-05-29T02:59:45.000Z","updated_at":"2025-05-08T07:20:42.000Z","dependencies_parsed_at":"2023-07-09T04:01:33.638Z","dependency_job_id":"cac5b35d-dae0-450f-8301-550ce4687322","html_url":"https://github.com/Python-Markdown/markdown","commit_stats":{"total_commits":1454,"total_committers":180,"mean_commits":8.077777777777778,"dds":0.5660247592847318,"last_synced_commit":"0b5e80efbb83f119e0e38801bf5b5b5864c67cd0"},"previous_names":["waylan/python-markdown"],"tags_count":60,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Python-Markdown%2Fmarkdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Python-Markdown%2Fmarkdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Python-Markdown%2Fmarkdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Python-Markdown%2Fmarkdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Python-Markdown","download_url":"https://codeload.github.com/Python-Markdown/markdown/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253843196,"owners_count":21972872,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["markdown","markdown-parser","markdown-to-html","python","python-markdown","python3"],"created_at":"2025-05-13T00:01:29.204Z","updated_at":"2025-05-13T00:01:52.968Z","avatar_url":"https://github.com/Python-Markdown.png","language":"Python","readme":"[Python-Markdown][]\n===================\n\n[![Build Status][build-button]][build]\n[![Coverage Status][codecov-button]][codecov]\n[![Latest Version][mdversion-button]][md-pypi]\n[![Python Versions][pyversion-button]][md-pypi]\n[![BSD License][bsdlicense-button]][bsdlicense]\n[![Code of Conduct][codeofconduct-button]][Code of Conduct]\n\n[build-button]: https://github.com/Python-Markdown/markdown/actions/workflows/tox.yml/badge.svg\n[build]: https://github.com/Python-Markdown/markdown/actions/workflows/tox.yml\n[codecov-button]: https://codecov.io/gh/Python-Markdown/markdown/branch/master/graph/badge.svg\n[codecov]: https://codecov.io/gh/Python-Markdown/markdown\n[mdversion-button]: https://img.shields.io/pypi/v/Markdown.svg\n[md-pypi]: https://pypi.org/project/Markdown/\n[pyversion-button]: https://img.shields.io/pypi/pyversions/Markdown.svg\n[bsdlicense-button]: https://img.shields.io/badge/license-BSD-yellow.svg\n[bsdlicense]: https://opensource.org/licenses/BSD-3-Clause\n[codeofconduct-button]: https://img.shields.io/badge/code%20of%20conduct-contributor%20covenant-green.svg?style=flat-square\n[Code of Conduct]: https://github.com/Python-Markdown/markdown/blob/master/CODE_OF_CONDUCT.md\n\nThis is a Python implementation of John Gruber's [Markdown][].\nIt is almost completely compliant with the reference implementation,\nthough there are a few known issues. See [Features][] for information\non what exactly is supported and what is not. Additional features are\nsupported by the [Available Extensions][].\n\n[Python-Markdown]: https://Python-Markdown.github.io/\n[Markdown]: https://daringfireball.net/projects/markdown/\n[Features]: https://Python-Markdown.github.io#Features\n[Available Extensions]: https://Python-Markdown.github.io/extensions\n\nDocumentation\n-------------\n\n```bash\npip install markdown\n```\n```python\nimport markdown\nhtml = markdown.markdown(your_text_string)\n```\n\nFor more advanced [installation] and [usage] documentation, see the `docs/` directory\nof the distribution or the project website at \u003chttps://Python-Markdown.github.io/\u003e.\n\n[installation]: https://python-markdown.github.io/install/\n[usage]: https://python-markdown.github.io/reference/\n\nSee the change log at \u003chttps://python-markdown.github.io/changelog/\u003e.\n\nSupport\n-------\n\nYou may report bugs, ask for help, and discuss various other issues on the [bug tracker][].\n\n[bug tracker]: https://github.com/Python-Markdown/markdown/issues\n\nCode of Conduct\n---------------\n\nEveryone interacting in the Python-Markdown project's code bases, issue trackers,\nand mailing lists is expected to follow the [Code of Conduct].\n","funding_links":[],"categories":["Specific Formats Processing","资源列表","特定格式处理","HTML","Specific Formats Processing [🔝](#readme)","Text Processing"],"sub_categories":["特殊文本格式处理"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaylan%2FPython-Markdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwaylan%2FPython-Markdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaylan%2FPython-Markdown/lists"}