Registry / utility / mattn-godown

mattn-godown

JSON →
library0.0.1gogounverified

A Go library for converting HTML to Markdown.

go get github.com/mattn/godown
INSTALL
IMPORT
SIG · MATTN-GODOWN
M
mattn-godown
utilitygov0.0.1
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.

godown
github.com/mattn/godown

Convert HTML to Markdown using godown.

package main import ( "fmt" "github.com/mattn/godown" ) func main() { markdown, err := godown.Convert("<h1>Hello</h1>", nil) if err != nil { panic(err) } fmt.Println(markdown) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
mattn-godown — go get mattn-godown · libregistry