{"id":49996,"library":"russross-blackfriday-v2","title":"Blackfriday Markdown Processor","description":"Package blackfriday is a markdown processor that converts Markdown text into HTML.","status":"active","version":"2.1.0","language":"go","source_language":null,"source_url":"https://github.com/russross/blackfriday","tags":["markdown","html","parser","text-processing"],"install":[{"cmd":"go get github.com/russross/blackfriday/v2","lang":"bash","label":"Install github.com/russross/blackfriday/v2"}],"dependencies":[],"imports":[{"symbol":"blackfriday","correct":"github.com/russross/blackfriday/v2"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/russross/blackfriday/v2\"\n)\n\nfunc main() {\n\tinput := []byte(\"# Hello, World!\")\n\toutput := blackfriday.Run(input)\n\tfmt.Println(string(output))\n}","lang":"go","description":"Converts Markdown input to HTML using Blackfriday."},"warnings":[{"fix":"Use the import path github.com/russross/blackfriday/v2 and update your code to use the new API (e.g., blackfriday.Run instead of blackfriday.MarkdownCommon).","message":"Blackfriday v2 has breaking API changes from v1; the import path includes /v2.","severity":"breaking","affected_versions":">=2.0.0"}],"env_vars":null,"search_vec":"'blackfriday':1,5 'convert':11 'html':15,17 'markdown':2,8,12,16 'packag':4 'parser':18 'process':21 'processor':3,9 'text':13,20 'text-process':19","created_at":"2026-06-15T04:36:04.209241+00:00","updated_at":"2026-06-15T04:36:04.209241+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/russross/blackfriday","github":"https://github.com/russross/blackfriday","docs":"https://pkg.go.dev/github.com/russross/blackfriday/v2#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}}