tokmd-analysis-format
Formatting and rendering for analysis receipts.
Problem
You need receipt output in several formats without mixing rendering logic into the data model.
What it gives you
renderRenderedOutput- Markdown, JSON, JSON-LD, XML, SVG, Mermaid, OBJ, MIDI, tree, and HTML output paths
Integration notes
- HTML rendering is delegated to
tokmd-analysis-html. - The optional
funfeature enables novelty output viatokmd-fun. - Rendering preserves whatever the receipt already contains.
Go deeper
- Tutorial: Tutorial
- How-to: Recipes
- Reference: Architecture, Reference CLI
- Explanation: Explanation