commit | 4838827d1231be5903916ca442180ccbde1e1cf9 | [log] [tgz] |
---|---|---|
author | Dirk Pranke <dpranke@google.com> | Tue Nov 01 20:04:36 2022 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Nov 01 13:19:27 2022 -0700 |
tree | bb6dd8db50004c92a77d02df583d4cd8e737656e | |
parent | 872ba9e68a6c698ede103b32265c265c026b8fee [diff] |
Return dpranke to (some) OWNERS files. This is a partial revert of commit 0dfd069333cc2a29273706402d3c48b5099bd86c (https://chromium-review.googlesource.com/c/chromium/src/+/3434116). and returns dpranke to some directories he should still own (mostly build files but a few scattered Python directories and the code of conduct as well). It is only a partial revert because he no longer needs to be an owner of some of the directories he was previously. Change-Id: I23b3f40068caee55e88837e86fda5d1cb628c8e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3983606 Commit-Queue: Dirk Pranke <dpranke@google.com> Reviewed-by: Andrew Grieve <agrieve@chromium.org> Reviewed-by: Bruce Dawson <brucedawson@chromium.org> Reviewed-by: Erik Staab <estaab@chromium.org> Cr-Commit-Position: refs/heads/main@{#1066096} NOKEYCHECK=True GitOrigin-RevId: 8a720cdd501b94ada4df8b36e81aec17d991523d
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.
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.
You may report bugs, ask for help, and discuss various other issues on the bug tracker.
Everyone interacting in the Python-Markdown project's codebases, issue trackers, and mailing lists is expected to follow the Code of Conduct.