Markdown Converter
Agent skill for markdown-converter
go-output is a Go library that provides a unified interface to convert your structured data into various output formats including JSON, YAML, CSV, HTML, console tables, Markdown, DOT graphs, Mermaid diagrams, and Draw.io files.
Sign in to like and favorite skills
go-output is a Go library that provides a unified interface to convert your structured data into various output formats including JSON, YAML, CSV, HTML, console tables, Markdown, DOT graphs, Mermaid diagrams, and Draw.io files.
š Complete Documentation - Comprehensive guide covering all features, configuration options, and API reference
š Getting Started Guide - Quick introduction and setup instructions
š” Examples - Working code examples demonstrating all features
This library uses several external packages:
Before opening a pull request run the following commands:
gofmtgo test ./... -vgolangci-lint rungo build -o fog to confirm the project builds.gofmt for formatting[bug|feature|refactor|doc] <Title> and should reference the relevant issue when applicable.See
for an annotated example configuration and example-fog.yaml
for an example used by tests.fog.yaml