{"id":73205,"library":"fbiville-markdown-table-formatter","title":"Markdown Table Formatter","description":"A Go library for formatting data into Markdown tables.","status":"active","version":"0.3.0","language":"go","source_language":null,"source_url":"https://github.com/fbiville/markdown-table-formatter","tags":["markdown","table","formatting"],"install":[{"cmd":"go get github.com/fbiville/markdown-table-formatter","lang":"bash","label":"Install github.com/fbiville/markdown-table-formatter"}],"dependencies":[],"imports":[{"symbol":"markdowntableformatter","correct":"github.com/fbiville/markdown-table-formatter"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/fbiville/markdown-table-formatter\"\n)\n\nfunc main() {\n\ttable := markdowntableformatter.Format([][]string{{\"Name\", \"Age\"}, {\"Alice\", \"30\"}})\n\tfmt.Println(table)\n}","lang":"go","description":"Formats a 2D slice into a Markdown table."},"warnings":[],"env_vars":null,"search_vec":"'data':9 'format':8,15 'formatt':3 'go':5 'librari':6 'markdown':1,11,13 'tabl':2,12,14","created_at":"2026-06-17T18:48:39.430117+00:00","updated_at":"2026-06-17T18:48:39.430117+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/fbiville/markdown-table-formatter","github":"https://github.com/fbiville/markdown-table-formatter","docs":"https://pkg.go.dev/github.com/fbiville/markdown-table-formatter#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}}