Registry /
serialization / yuin-goldmark-highlighting-v2
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.
highlighting
✓ github.com/yuin/goldmark-highlighting/v2
Demonstrates adding syntax highlighting to goldmark.
package main
import (
"github.com/yuin/goldmark"
highlighting "github.com/yuin/goldmark-highlighting/v2"
)
func main() {
markdown := goldmark.New(
goldmark.WithExtensions(
highlighting.Highlighting,
),
)
_ = markdown
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
2.0.0-20230729083705-37449abec8cclatest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.