{"id":75371,"library":"mmarkdown-mmark","title":"Mmark","description":"Mmark is a powerful markdown processor written in Go, supporting extended syntax for writing IETF documents and other technical specifications.","status":"active","version":"2.0.40+incompatible","language":"go","source_language":null,"source_url":"https://github.com/mmarkdown/mmark","tags":["markdown","parser","documentation","i-d","rfc"],"install":[{"cmd":"go get github.com/mmarkdown/mmark","lang":"bash","label":"Install github.com/mmarkdown/mmark"}],"dependencies":[],"imports":[{"symbol":"mmark","correct":"github.com/mmarkdown/mmark"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/mmarkdown/mmark\"\n)\n\nfunc main() {\n\tinput := []byte(\"# Hello Mmark\\n\")\n\toutput, err := mmark.Parse(input)\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(string(output))\n}","lang":"go","description":"Parses a simple markdown document using mmark."},"warnings":[],"env_vars":null,"search_vec":"'d':27 'document':17,24 'extend':12 'go':10 'i-d':25 'ietf':16 'markdown':6,22 'mmark':1,2 'parser':23 'power':5 'processor':7 'rfc':28 'specif':21 'support':11 'syntax':13 'technic':20 'write':15 'written':8","created_at":"2026-06-17T19:15:59.862690+00:00","updated_at":"2026-06-17T19:15:59.862690+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/mmarkdown/mmark","github":"https://github.com/mmarkdown/mmark","docs":"https://pkg.go.dev/github.com/mmarkdown/mmark#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-17","next_check":"2026-12-14","install_tag":null}}