Registry / utility / k3a-html2text

k3a-html2text

JSON →
library1.4.0gogounverified

Converts HTML to plain text, extracting readable content from HTML documents.

go get github.com/k3a/html2text
INSTALL
IMPORT
SIG · K3A-HTML2TEXT
K
k3a-html2text
utilitygov1.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

html2text
github.com/k3a/html2text

Convert HTML to plain text

package main import ( "fmt" "github.com/k3a/html2text" ) func main() { text := html2text.HTML2Text("<p>Hello, <b>world</b>!</p>") fmt.Println(text) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
k3a-html2text — go get k3a-html2text · libregistry