{"id":72446,"library":"russross-blackfriday-v1","title":"Blackfriday Markdown Processor","description":"Package blackfriday is a Markdown processor.","status":"active","version":"1.5.1","language":"go","source_language":null,"source_url":"https://github.com/russross/blackfriday","tags":["markdown","html","parser","text-processing"],"install":[{"cmd":"go get gopkg.in/russross/blackfriday.v1","lang":"bash","label":"Install gopkg.in/russross/blackfriday.v1"}],"dependencies":[],"imports":[{"symbol":"blackfriday","correct":"gopkg.in/russross/blackfriday.v1"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"gopkg.in/russross/blackfriday.v1\"\n)\n\nfunc main() {\n\toutput := blackfriday.MarkdownCommon([]byte(\"# Hello\"))\n\tfmt.Println(string(output))\n}","lang":"go","description":"Convert Markdown to HTML using Blackfriday v1"},"warnings":[{"fix":"Migrate to github.com/russross/blackfriday/v2","message":"Blackfriday v1 is deprecated in favor of v2; v2 has breaking API changes.","severity":"breaking","affected_versions":">=1.0.0 <2.0.0"}],"env_vars":null,"search_vec":"'blackfriday':1,5 'html':11 'markdown':2,8,10 'packag':4 'parser':12 'process':15 'processor':3,9 'text':14 'text-process':13","created_at":"2026-06-17T18:39:13.447534+00:00","updated_at":"2026-06-17T18:39:13.447534+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/gopkg.in/russross/blackfriday.v1#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-17","next_check":"2026-12-14","install_tag":null}}