[ 原始碼: 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.