{"id":53751,"library":"johanneskaufmann-html-to-markdown","title":"HTML to Markdown","description":"Package md converts HTML to Markdown.","status":"active","version":"1.6.0","language":"go","source_language":null,"source_url":"https://github.com/JohannesKaufmann/html-to-markdown","tags":["html","markdown","converter","utility"],"install":[{"cmd":"go get github.com/JohannesKaufmann/html-to-markdown","lang":"bash","label":"Install github.com/JohannesKaufmann/html-to-markdown"}],"dependencies":[],"imports":[{"symbol":"md","correct":"github.com/JohannesKaufmann/html-to-markdown"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\tmd \"github.com/JohannesKaufmann/html-to-markdown\"\n)\n\nfunc main() {\n\tconverter := md.NewConverter(\"\", true, nil)\n\tmarkdown, err := converter.ConvertString(\"<p>Hello World</p>\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(markdown)\n}","lang":"go","description":"Converts HTML string to Markdown"},"warnings":[],"env_vars":null,"search_vec":"'convert':6,12 'html':1,7,10 'markdown':3,9,11 'md':5 'packag':4 'util':13","created_at":"2026-06-15T07:53:50.410046+00:00","updated_at":"2026-06-15T07:53:50.410046+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/JohannesKaufmann/html-to-markdown","github":"https://github.com/JohannesKaufmann/html-to-markdown","docs":"https://pkg.go.dev/github.com/JohannesKaufmann/html-to-markdown#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["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}}