Registry / serialization / yuin-goldmark

yuin-goldmark

JSON →
library1.8.2gogounverified

A markdown parser and renderer that converts markdown text to HTML and other formats with high compliance to CommonMark.

go get github.com/yuin/goldmark
INSTALL
IMPORT
SIG · YUIN-GOLDMARK
Y
yuin-goldmark
serializationgov1.8.2
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/yuin/goldmark

Converts markdown to HTML.

package main import ( "bytes" "fmt" "github.com/yuin/goldmark" ) func main() { source := []byte("# Hello, Goldmark!\nThis is **bold** text.") 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.8.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
26
OpenAI (training)
1
Resources
yuin-goldmark — go get yuin-goldmark · libregistry