Skip to content

Commit f6663a5

Browse files
mapitmanCopilot
andauthored
Update main.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 70b9953 commit f6663a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ func main() {
107107
}
108108
htmlContent := buf.String()
109109

110-
// Replace CDN-based Mermaid scripts with inline script
110+
// Add embedded Mermaid.js and initialization script when diagrams are present
111111
htmlContent = embedMermaidScript(htmlContent)
112112

113113
outfilePath := *outfilePtr

0 commit comments

Comments
 (0)