Clone this repo:

Branches

  1. 0f44735 third_party/Python-Markdown: Update to 3.4.1 by 揚帆起航 · 1 year, 5 months ago main master
  2. 4838827 Return dpranke to (some) OWNERS files. by Dirk Pranke · 1 year, 6 months ago
  3. 872ba9e Remove dpranke from OWNERS files. by Dirk Pranke · 2 years, 3 months ago
  4. 6a8f3a2 third_party/Python-Markdown: Update to 3.3.4 by Yu-Ping Wu · 2 years, 5 months ago
  5. 2bb7b23 Added DIR_METADATA files to a batch of //third_party/ folders by Norman Rosas · 3 years, 5 months ago

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/change_log.

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.