11 lines
447 B
EmacsLisp
11 lines
447 B
EmacsLisp
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
|
(define-package "htmlize" "20250704.1928"
|
|
"Convert buffer text and decorations to HTML."
|
|
'((emacs "26.1"))
|
|
:url "https://github.com/emacsorphanage/htmlize"
|
|
:commit "bf759aa3b2c4099a4252dccdc1db361fbb13a520"
|
|
:revdesc "bf759aa3b2c4"
|
|
:keywords '("hypermedia" "extensions")
|
|
:authors '(("Hrvoje Niksic" . "hniksic@gmail.com"))
|
|
:maintainers '(("Hrvoje Niksic" . "hniksic@gmail.com")))
|