golang-blackfriday 1.4+git20170728.51.4048872-1 source package in Ubuntu

Changelog

golang-blackfriday (1.4+git20170728.51.4048872-1) unstable; urgency=medium

  * New upstream version:
    - Add Smartypants support for French Guillemets
      (blackfriday.HTML_SMARTYPANTS_QUOTES_NBSP)
  * Add "Testsuite: autopkgtest-pkg-go" to debian/control

 -- Anthony Fok <email address hidden>  Tue, 08 Aug 2017 04:37:27 -0600

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-blackfriday_1.4+git20170728.51.4048872-1.dsc 2.4 KiB e043be097693eb5f6d1a0f833a93589b10cf49fc4ce06f366273a92c5df5ced5
golang-blackfriday_1.4+git20170728.51.4048872.orig.tar.xz 61.1 KiB f89a902314219438ef8ce5ebbae89f712563762c837d8e35e41b5861d33f8329
golang-blackfriday_1.4+git20170728.51.4048872-1.debian.tar.xz 3.8 KiB 89a1dea9113d2a167979a3664e0c16149d420fea454865f9cb347e2f54b5b37a

No changes file available.

Binary packages built by this source

golang-github-russross-blackfriday-dev: 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.