{"id":51537,"library":"yuin-goldmark-emoji","title":"Goldmark Emoji Extension","description":"Package emoji is an extension for the goldmark Markdown parser that adds emoji support.","status":"active","version":"1.0.6","language":"go","source_language":null,"source_url":"https://github.com/yuin/goldmark-emoji","tags":["markdown","emoji","goldmark","extension"],"install":[{"cmd":"go get github.com/yuin/goldmark-emoji","lang":"bash","label":"Install github.com/yuin/goldmark-emoji"}],"dependencies":[],"imports":[{"symbol":"emoji","correct":"github.com/yuin/goldmark-emoji"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/yuin/goldmark\"\n\t\"github.com/yuin/goldmark-emoji\"\n)\n\nfunc main() {\n\tmd := goldmark.New(goldmark.WithExtensions(emoji.Emoji))\n\tvar buf bytes.Buffer\n\tif err := md.Convert([]byte(\":smile:\"), &buf); err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(buf.String())\n}","lang":"go","description":"Converts emoji shortcodes in Markdown to HTML."},"warnings":[],"env_vars":null,"search_vec":"'add':15 'emoji':2,5,16,19 'extens':3,8,21 'goldmark':1,11,20 'markdown':12,18 'packag':4 'parser':13 'support':17","created_at":"2026-06-15T06:18:36.678177+00:00","updated_at":"2026-06-15T06:18:36.678177+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/yuin/goldmark-emoji","github":"https://github.com/yuin/goldmark-emoji","docs":"https://pkg.go.dev/github.com/yuin/goldmark-emoji#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}