Output Formats

Use when you need output other than default Markdown — plain text / Unicode, ANSI terminal (Spectre), pretty aligned tables, or TSV/JSONL exports — or when one model must serve several formats from a single render path (a CLI `--format` switch). Pick the format with a formatter + MarkoutWriterOptions; never hand-build TSV/JSONL. Requires the base `markout` pattern. Don't decompile the assembly or web-search the API — the TSV/JSONL/formatter idioms are all here.

richlander Updated

File contents

richlander/dotnet-package-skills/tree/main/examples/markout/skills/output-formats commit acda5d5a6f

Frequently asked questions

npx skillmds@latest add richlander/output-formats