Registry /
serialization / fbiville-markdown-table-formatter
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
markdowntableformatter
✓ github.com/fbiville/markdown-table-formatter
Formats a 2D slice into a Markdown table.
package main
import (
"fmt"
"github.com/fbiville/markdown-table-formatter"
)
func main() {
table := markdowntableformatter.Format([][]string{{"Name", "Age"}, {"Alice", "30"}})
fmt.Println(table)
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
0.3.0latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.