[ 源代码: python-markdown2 ]
软件包:python3-markdown2(2.5.4-1)
python3-markdown2 的相关链接
Debian 的资源:
下载源码包 python-markdown2:
- [python-markdown2_2.5.4-1.dsc]
- [python-markdown2_2.5.4.orig.tar.gz]
- [python-markdown2_2.5.4-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
试制(Experimental)软件包
警告:这个软件包来自于 experimental 发行版。这表示它很有可能表现出不稳定或者出现 bug ,甚至是导致资料损失。请务必在使用之前查阅 changelog 以及其他潜在的文档。
Fast and complete implementation of Markdown in Python3
Markdown is a text-to-HTML filter; it translates an easy-to-read / easy-to-write structured text format into HTML. Markdown’s text format is most similar to that of plain text email, and supports features such as headers, emphasis, code blocks, blockquotes, and links.
This is a fast and complete Python3 implementation of the Markdown spec.