Registry / serialization / yuin-goldmark-emoji

yuin-goldmark-emoji

JSON →
library1.0.6gogounverified

Package emoji is an extension for the goldmark Markdown parser that adds emoji support.

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

emoji
github.com/yuin/goldmark-emoji

Converts emoji shortcodes in Markdown to HTML.

package main import ( "fmt" "github.com/yuin/goldmark" "github.com/yuin/goldmark-emoji" ) func main() { md := goldmark.New(goldmark.WithExtensions(emoji.Emoji)) var buf bytes.Buffer if err := md.Convert([]byte(":smile:"), &buf); err != nil { panic(err) } fmt.Println(buf.String()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

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