Registry / serialization / yuin-goldmark-meta

yuin-goldmark-meta

JSON →
library1.1.0gogounverified

A goldmark extension that parses YAML metadata blocks in Markdown documents.

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

meta
github.com/yuin/goldmark-meta

Use the meta extension with goldmark

package main import ( "fmt" "github.com/yuin/goldmark" meta "github.com/yuin/goldmark-meta" ) func main() { markdown := goldmark.New( goldmark.WithExtensions( meta.Meta, ), ) _ = markdown }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

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