module Rigor::ModuleGraph::HtmlView

Self-contained HTML document that embeds Mermaid output inline so it renders without any local server (works over +file://+, no fetch).

The view loads +mermaid@10+ from a CDN at render time. The only network access is that one CDN URL; if a project needs to ship a fully offline page, render the SVG via Graphviz and embed that instead.

The HTML body lives in +lib/rigor/module_graph/templates/view.html.erb+; bumping styling or Mermaid init options is an edit of that file alone.