golang-github-yuin-goldmark-highlighting 0.0~git20210516.9216f9c-1 source package in Ubuntu

Changelog

golang-github-yuin-goldmark-highlighting (0.0~git20210516.9216f9c-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit.

  [ Anthony Fok ]
  * New upstream version 0.0~git20210516.9216f9c
  * Patch highlighting_test.go to allow for tabindex="0" in <pre> wrapper.
    This fixes FTBFS with chroma v0.9.2 and up while maintaining backward
    compatibility with older chroma. (Closes: #997567)
  * Change Section from devel to golang
  * Bump debhelper dependency to "Build-Depends: debhelper-compat (= 13)"
  * Bump Standards-Version to 4.6.0 (no change)
  * Mark library package with "Multi-Arch: foreign"
  * Update versioned dependencies as per go.mod

 -- Anthony Fok <email address hidden>  Sun, 28 Nov 2021 17:23:18 -0700

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-yuin-goldmark-highlighting_0.0~git20210516.9216f9c-1.dsc 2.6 KiB 589b384ff6e4f186250e5c5404528670c35cf1d6f945e233a1c3334602c95b54
golang-github-yuin-goldmark-highlighting_0.0~git20210516.9216f9c.orig.tar.xz 9.8 KiB d4a8fee60a1709263ed6c51bbcf7f8b4199ce4a3099cc037ee45bfe6975d2dd5
golang-github-yuin-goldmark-highlighting_0.0~git20210516.9216f9c-1.debian.tar.xz 3.7 KiB 0cad43fcfb8679016fd480d9e1a6636b36220b284c20f4549da5205f2ab82233

No changes file available.

Binary packages built by this source

golang-github-yuin-goldmark-highlighting-dev: syntax highlighting extension for the goldmark Markdown parser

 goldmark-highlighting is an extension for the goldmark Markdown parser
 that adds syntax-highlighting to fenced code blocks.
 .
 goldmark-highlighting uses chroma as syntax highlighter.