Ai
2 Star 0 Fork 0

chromium_develop/chromium_third_party_Python-Markdown

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
README.chromium 1013 Bytes
一键复制 编辑 原始数据 按行查看 历史
李想 提交于 2022-08-16 15:55 +08:00 . chromium origin init
Name: Python-Markdown
URL: https://pypi.python.org/packages/source/M/Markdown/Markdown-2.6.2.tar.gz#md5=256d19afcc564dc4ce4c229bb762f7ae
Version: 2.6.2
Revision: None
Security Critical: no
License: BSD
License File: NOT_SHIPPED
Description:
Python-Markdown is a pure Python parser for Markdown.
//tools/md_browser uses it to provide a local previewer for our
Markdown-based documentation.
This code is not considered security critical since it is only used by
developer utilities. This should never be linked into chrome or any production
code.
To update this, do something roughly along the lines of:
cd ..
wget $URL # A newer version of the above URL
tar xvzf Markdown-$VERSION.tar.gz
cd Markdown-$VERSION
rm -fr bin docs INSTALL.md makefile MANIFEST PKG-INFO \
run-tests.py setup.py tests tox.ini
cp ../Python-Markdown/README.chromium .
# update the version numbers in README.chromium
cd ..
rm -fr Python-Markdown
mv Markdown-$VERSION Python-Markdown
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chromium_develop/chromium_third_party_Python-Markdown.git
git@gitee.com:chromium_develop/chromium_third_party_Python-Markdown.git
chromium_develop
chromium_third_party_Python-Markdown
chromium_third_party_Python-Markdown
master

搜索帮助