{"id":51051,"library":"gomarkdown-markdown","title":"Go Markdown","description":"Package markdown implements a markdown parser and HTML renderer.","status":"active","version":"0.0.0-20260417124207-7d523f7318df","language":"go","source_language":null,"source_url":"https://github.com/gomarkdown/markdown","tags":["markdown","parser","html","renderer"],"install":[{"cmd":"go get github.com/gomarkdown/markdown","lang":"bash","label":"Install github.com/gomarkdown/markdown"}],"dependencies":[],"imports":[{"symbol":"markdown","correct":"github.com/gomarkdown/markdown"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/gomarkdown/markdown\"\n)\n\nfunc main() {\n\tmd := []byte(\"# Hello, Markdown!\")\n\thtml := markdown.ToHTML(md, nil, nil)\n\tfmt.Println(string(html))\n}","lang":"go","description":"Parses a Markdown string and renders it to HTML."},"warnings":[],"env_vars":null,"search_vec":"'go':1 'html':10,14 'implement':5 'markdown':2,4,7,12 'packag':3 'parser':8,13 'render':11,15","created_at":"2026-06-15T05:18:49.735784+00:00","updated_at":"2026-06-15T05:18:49.735784+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/gomarkdown/markdown","github":"https://github.com/gomarkdown/markdown","docs":"https://pkg.go.dev/github.com/gomarkdown/markdown#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}}