Package Details: html2md 1.6.0-1

Git Clone URL: https://aur.archlinux.org/html2md.git (read-only, click to copy)
Package Base: html2md
Description: HTML to Markdown converter
Upstream URL: https://github.com/suntong/html2md
Licenses: MIT
Submitter: grawlinson
Maintainer: grawlinson
Last Packager: grawlinson
Votes: 3
Popularity: 0.54
First Submitted: 2022-02-05 07:20 (UTC)
Last Updated: 2025-04-02 07:32 (UTC)

Latest Comments

m040601 commented on 2025-03-25 04:31 (UTC) (edited on 2025-03-25 04:37 (UTC) by m040601)

Might also be of interest. Note that:

This "html2md" itself, https://github.com/suntong/html2md says it is based on,

The html2md makes use of /JohannesKaufmann/html-to-markdown to convert HTML into Markdown,

That, "html2markdown" itself is the main developer. It used to be just a library. But now it also provides a ready made CLI tool. Also released with precompiled binaries in github.

https://github.com/Johanneskaufmann/html-to-markdown,

Very well maintained. Lots of frequent releases and improvements. Super powerfull.

Use the fully extendable Golang library or a quick CLI command. Alternatively, try the
Online Demo or REST API to see it in action!

Might be worth an AUR PKGBUILD. Actually it should be in the official repos.

m040601 commented on 2025-03-25 04:17 (UTC)

New releases

TITLE           TYPE    TAG NAME  PUBLISHED
v1.6.0          Latest  v1.6.0    about 25 days ago
v1.5.0                  v1.5.0    about 1 year ago
v1.1.1                  v1.1.1    about 1 year ago
v1.1.2                  v1.1.2    about 1 year ago
Release v1.1.0          v1.1.0    about 1 year ago
Release v1.0.0          v1.0.0    about 1 year ago
v0.2.2                  v0.2.2    about 3 years ago
v0.2.1                  v0.2.1    about 3 years ago

aelius commented on 2024-06-06 02:08 (UTC) (edited on 2024-06-06 02:09 (UTC) by aelius)

I've written an updated pkgbuild here, feel free to copy.

https://paste.lol/aelius/html2md.pkgbuild.shell

captn3m0 commented on 2023-06-13 09:48 (UTC)

The arch should be any, this compiles fine on archlinux ARM.

grawlinson commented on 2022-05-29 22:16 (UTC)

I don’t do -bin packages; feel free to do it yourself.

m040601 commented on 2022-05-26 07:43 (UTC) (edited on 2022-05-26 07:49 (UTC) by m040601)

Thank you for providing this PKGBUILD. Very usefull.

I just noticed that, https://github.com/suntong/html2md#download-binaries,

Download binaries

    .... binary executables are available ...
    https://github.com/suntong/html2md/releases
    as the result of the Continuous-Integration process.

Could you also provide a "html2md-bin" PKGBUILD ?

It's available also for arm, to use in little underpowerd raspberry pi, chromebooks etc runnning Archlinux ARM

Pick & choose the binary executable that suits your OS and its architecture. 

So the "html2md-bin" PKGBUILD should include something like

arch=('x86_64' 'aarch64' 'armv6h' 'armv7h')

Thanks in advance.