third_party/Python-Markdown: Update to 3.4.1

All modifications are from upstream

Change-Id: I463e327b3cf15aeb9cd86da03b3c28c880278e19
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4048800
Auto-Submit: 揚帆起航 <uioptt24@gmail.com>
Commit-Queue: Dirk Pranke <dpranke@google.com>
Reviewed-by: Dirk Pranke <dpranke@google.com>
Cr-Commit-Position: refs/heads/main@{#1076461}
NOKEYCHECK=True
GitOrigin-RevId: 0d51553dcded67dffaa87f79d32d8c3d1790be46
28 files changed
tree: afc10422f9b2753026b36cdb6006db60852b2794
  1. markdown/
  2. DIR_METADATA
  3. LICENSE.md
  4. OWNERS
  5. README.chromium
  6. README.md
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.