[ 源代码: golang-blackfriday ]
软件包:golang-github-russross-blackfriday-dev(1.6.0-1)
golang-github-russross-blackfriday-dev 的相关链接
Debian 的资源:
下载源码包 golang-blackfriday:
- [golang-blackfriday_1.6.0-1.dsc]
- [golang-blackfriday_1.6.0.orig.tar.gz]
- [golang-blackfriday_1.6.0-1.debian.tar.xz]
维护小组:
- Debian Go Packaging Team (QA 页面)
- Tianon Gravi (QA 页面)
- Martina Ferrari (QA 页面)
- Anthony Fok (QA 页面)
- Tim Potter (QA 页面)
外部的资源:
- 主页 [github.com]
相似软件包:
Blackfriday: a markdown processor for Go
Blackfriday (github.com/russross/blackfriday) is a Markdown processor implemented in Go. It is paranoid about its input (so you can safely feed it user-supplied data), it is fast, it supports common extensions (tables, smart punctuation substitutions, etc.), and it is safe for all utf-8 (unicode) input.
HTML output is currently supported, along with Smartypants extensions. An experimental LaTeX output engine is also included.
It started as a translation from C of upskirt.