tokmd-analysis-html 1.9.0

Single-responsibility HTML renderer for tokmd analysis receipts.
Documentation

tokmd-analysis-html

HTML rendering for tokmd analysis receipts.

Problem

You need a self-contained HTML report without mixing rendering concerns into the analysis data model.

What it gives you

  • render

Integration notes

  • Renders a complete AnalysisReceipt into a single HTML document.
  • Escapes embedded HTML and JSON so the output is browser-safe.
  • Uses the bundled template in src/templates/report.html.

Go deeper

Reference

How-to

Explanation