Clone this repo:
  1. b8ef043 Merge "Upgrade markdown to 3.4.1" am: 79292f57ff am: 15d05f2d07 am: 41abd71417 by Sadaf Ebrahimi · 1 year, 6 months ago android14-dev android14-mainline-healthfitness-release android14-qpr1-release android14-qpr1-s2-release main master aml_cfg_341510000 aml_hef_341114030 aml_hef_341311010 aml_hef_341415040 aml_hef_341512030 aml_hef_341613000 aml_rkp_341012000 aml_rkp_341015010 aml_rkp_341114000 aml_rkp_341311000 aml_rkp_341510000 android-14.0.0_r16 android-14.0.0_r17 android-14.0.0_r18 android-14.0.0_r19 android-14.0.0_r20 android-14.0.0_r21 android-14.0.0_r22 android-14.0.0_r23 android-14.0.0_r24 android-14.0.0_r25 android-14.0.0_r26 android-14.0.0_r27
  2. 41abd71 Merge "Upgrade markdown to 3.4.1" am: 79292f57ff am: 15d05f2d07 by Sadaf Ebrahimi · 1 year, 6 months ago android-u-beta-1-gpl
  3. 15d05f2 Merge "Upgrade markdown to 3.4.1" am: 79292f57ff by Sadaf Ebrahimi · 1 year, 6 months ago main-16k-with-phones
  4. 79292f5 Merge "Upgrade markdown to 3.4.1" by Sadaf Ebrahimi · 1 year, 6 months ago
  5. f9792ce Merge "Adding METADATA file to markdown and refreshing the current version" am: f94cfcb46c am: d2b9376831 am: 86e6f15004 by Sadaf Ebrahimi · 1 year, 6 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.