Registry / utility / jaytaylor-html2text

jaytaylor-html2text

JSON →
library0.0.0-20260303211410-1a4bdc82ececgogounverified

Package html2text converts HTML documents into plain text, preserving links and basic formatting.

go get github.com/jaytaylor/html2text
INSTALL
IMPORT
SIG · JAYTAYLOR-HTML2TEX
J
jaytaylor-html2text
utilitygov0.0.0-20260303211410-1a4bdc82ecec
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/jaytaylor/html2text

Convert an HTML string to plain text.

package main import ( "fmt" "github.com/jaytaylor/html2text" ) func main() { text, _ := html2text.FromString("<p>Hello <b>World</b></p>") fmt.Println(text) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20260303211410-1a4bdc82ececlatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

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