markdown 3.7


pip install markdown==3.7

  Newer version available (3.9)

Released: Aug 16, 2024


Meta
Author: Manfred Stienstra, Yuri Takhteyev
Maintainer: Isaac Muse
Requires Python: >=3.8

Classifiers

Development Status
  • 5 - Production/Stable

License
  • OSI Approved :: BSD License

Operating System
  • OS Independent

Programming Language
  • Python
  • Python :: 3
  • Python :: 3.8
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3 :: Only
  • Python :: Implementation :: CPython
  • Python :: Implementation :: PyPy

Topic
  • Communications :: Email :: Filters
  • Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
  • Internet :: WWW/HTTP :: Site Management
  • Software Development :: Documentation
  • Software Development :: Libraries :: Python Modules
  • Text Processing :: Filters
  • Text Processing :: Markup :: HTML
  • Text Processing :: Markup :: Markdown

Python-Markdown

Build Status Coverage Status Latest Version Python Versions BSD License Code of Conduct

This is a Python implementation of John Gruber's Markdown. It is almost completely compliant with the reference implementation, though there are a few known issues. See Features for information on what exactly is supported and what is not. Additional features are supported by the Available Extensions.

Documentation

pip install markdown
import markdown
html = markdown.markdown(your_text_string)

For more advanced installation and usage documentation, see the docs/ directory of the distribution or the project website at https://Python-Markdown.github.io/.

See the change log at https://python-markdown.github.io/changelog/.

Support

You may report bugs, ask for help, and discuss various other issues on the bug tracker.

Code of Conduct

Everyone interacting in the Python-Markdown project's code bases, issue trackers, and mailing lists is expected to follow the Code of Conduct.

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras:
Dependencies:
importlib-metadata (>=4.4)