Source: golang-blackfriday Section: devel Priority: extra Maintainer: Debian Go Packaging Team Uploaders: Tianon Gravi , Martín Ferrari , Anthony Fok , Tim Potter 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.