Registry / serialization / fbiville-markdown-table-formatter

fbiville-markdown-table-formatter

JSON →
library0.3.0gogounverified

A Go library for formatting data into Markdown tables.

go get github.com/fbiville/markdown-table-formatter
INSTALL
IMPORT
SIG · FBIVILLE-MARKDOWN-
F
fbiville-markdown-table-formatter
serializationgov0.3.0
harness data pending
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.

Agent activity
2 hits · last 30 days
node
2
Resources
fbiville-markdown-table-formatter — go get fbiville-markdown-table-formatter · libregistry