aml_con_341614000 (11503910,com.google.android.conscrypt,com.google.android.go.conscrypt)
Snap for 10453563 from b8ef043a4bce3c0e0c3a83a5309c17d1962be972 to mainline-conscrypt-release

Change-Id: Iec93678aa7ba7262eac234e6de14f72f8c9c1a24
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.