Registry / serialization / pgavlin-goldmark

pgavlin-goldmark

JSON →
library1.1.32gogounverified

Package goldmark implements functions to convert markdown text to a desired format.

go get github.com/pgavlin/goldmark
INSTALL
IMPORT
SIG · PGAVLIN-GOLDMARK
P
pgavlin-goldmark
serializationgov1.1.32
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.

goldmark
github.com/pgavlin/goldmark

Converts Markdown to HTML.

package main import ( "fmt" "github.com/pgavlin/goldmark" ) func main() { source := []byte("# Hello") var buf bytes.Buffer if err := goldmark.Convert(source, &buf); err != nil { panic(err) } fmt.Println(buf.String()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
pgavlin-goldmark — go get pgavlin-goldmark · libregistry