{"id":50543,"library":"yuin-goldmark","title":"Goldmark","description":"A markdown parser and renderer that converts markdown text to HTML and other formats with high compliance to CommonMark.","status":"active","version":"1.8.2","language":"go","source_language":null,"source_url":"https://github.com/yuin/goldmark","tags":["markdown","parser","commonmark","html"],"install":[{"cmd":"go get github.com/yuin/goldmark","lang":"bash","label":"Install github.com/yuin/goldmark"}],"dependencies":[],"imports":[{"symbol":"goldmark","correct":"github.com/yuin/goldmark"}],"quickstart":{"code":"package main\n\nimport (\n\t\"bytes\"\n\t\"fmt\"\n\t\"github.com/yuin/goldmark\"\n)\n\nfunc main() {\n\tsource := []byte(\"# Hello, Goldmark!\\nThis is **bold** text.\")\n\tvar buf bytes.Buffer\n\tif err := goldmark.Convert(source, &buf); err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(buf.String())\n}","lang":"go","description":"Converts markdown to HTML."},"warnings":[],"env_vars":null,"search_vec":"'commonmark':20,23 'complianc':18 'convert':8 'format':15 'goldmark':1 'high':17 'html':12,24 'markdown':3,9,21 'parser':4,22 'render':6 'text':10","created_at":"2026-06-15T04:58:11.333476+00:00","updated_at":"2026-06-15T04:58:11.333476+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","github":"https://github.com/yuin/goldmark","docs":"https://pkg.go.dev/github.com/yuin/goldmark#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization","utility"],"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}}