emacs-htmlize 1.56-2 source package in Ubuntu

Changelog

emacs-htmlize (1.56-2) unstable; urgency=medium

  * Team upload.
  * Rebuild against dh-elpa 2.1.5.
    Upload pushed to dgit-repos but not salsa.
    See <https://lists.debian.org/debian-emacsen/2024/07/msg00077.html>.

 -- Sean Whitton <email address hidden>  Thu, 25 Jul 2024 19:27:55 +0900

Upload details

Uploaded by:
Debian Emacsen team
Uploaded to:
Sid
Original maintainer:
Debian Emacsen team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
emacs-htmlize_1.56-2.dsc 2.0 KiB b8d5a6469761989b4903f5056aa4b24659890f154ed73fd8a7db893d663800e8
emacs-htmlize_1.56.orig.tar.gz 49.8 KiB 36ee522e667a57139fb4e6b66360f70de89425da01d124f64fde2a898833611e
emacs-htmlize_1.56-2.debian.tar.xz 3.0 KiB 2316dbdc670f2f96d134391a4720ec22d96194c0be3c2fa9427ba8909de1ca40

Available diffs

No changes file available.

Binary packages built by this source

elpa-htmlize: convert buffer text and decorations to HTML

 This package converts the buffer text and the associated decorations
 to HTML. It supports three types of HTML output, selected by setting
 htmlize-output-type: css, inline-css (optimized for code snippets),
 and font (simpler output, doesn't rely on CSS). You can also use
 htmlize from your Emacs Lisp code.