1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: golang-blackfriday
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tianon Gravi <tianon@debian.org>,
MartÃn Ferrari <tincho@debian.org>,
Anthony Fok <foka@debian.org>,
Tim Potter <tpot@hpe.com>
Build-Depends: debhelper (>= 10),
dh-golang,
golang-any,
golang-github-shurcool-sanitized-anchor-name-dev
Standards-Version: 3.9.8
Homepage: https://github.com/russross/blackfriday
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-blackfriday.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-blackfriday.git
XS-Go-Import-Path: github.com/russross/blackfriday
Package: golang-github-russross-blackfriday-dev
Architecture: all
Depends: golang-github-shurcool-sanitized-anchor-name-dev, ${misc:Depends}
Conflicts: golang-blackfriday-dev
Provides: golang-blackfriday-dev
Replaces: golang-blackfriday-dev
Description: 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.
|