Platform Tools Release 34.0.0 (9560563)
Merge "Snap for 9550355 from 15d05f2d077b75842cf15c25540b80869d16ff59 to sdk-release" into sdk-release
tree: 1a110fa9fa982e746b1969458c5b9d373c70a38c
  1. .github/
  2. docs/
  3. markdown/
  4. tests/
  5. .codecov.yml
  6. .coveragerc
  7. .gitattributes
  8. .gitignore
  9. .spell-dict
  10. Android.mk
  11. checklinks.sh
  12. checkspelling.sh
  13. CleanSpec.mk
  14. CODE_OF_CONDUCT.md
  15. doc-requirements.txt
  16. INSTALL.md
  17. LICENSE.md
  18. makefile
  19. MANIFEST.in
  20. METADATA
  21. mkdocs.yml
  22. MODULE_LICENSE_BSD
  23. NOTICE
  24. OWNERS
  25. pyproject.toml
  26. README.md
  27. setup.cfg
  28. setup.py
  29. tox.ini
README.md

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.