mirror of
https://github.com/K-Dense-AI/claude-scientific-skills.git
synced 2026-03-29 07:43:46 +08:00
fix(mermaid): replace \n with <br/> in all node labels
Mermaid renders literal \n as text on GitHub — line breaks inside node labels require <br/> syntax. Fixed 12 occurrences across 4 files: - SKILL.md: three-phase workflow (Phase 1/2/3 nodes) - issue-00000001: three-phase workflow nodes - pr-00000001: skill name node - example-research-report.md: Stage 1-5 nodes in experimental workflow
This commit is contained in:
@@ -80,9 +80,9 @@ flowchart LR
|
||||
accTitle: Three-Phase Documentation Workflow
|
||||
accDescr: Phase 1 Mermaid in markdown is always required and is the source of truth. Phases 2 and 3 are optional downstream conversions for polished output.
|
||||
|
||||
p1["📄 Phase 1\nMermaid in Markdown\n(ALWAYS — source of truth)"]
|
||||
p2["🐍 Phase 2\nPython Generated\n(optional — data charts)"]
|
||||
p3["🎨 Phase 3\nAI Generated Visuals\n(optional — polish)"]
|
||||
p1["📄 Phase 1<br/>Mermaid in Markdown<br/>(ALWAYS — source of truth)"]
|
||||
p2["🐍 Phase 2<br/>Python Generated<br/>(optional — data charts)"]
|
||||
p3["🎨 Phase 3<br/>AI Generated Visuals<br/>(optional — polish)"]
|
||||
out["📊 Final Deliverable"]
|
||||
|
||||
p1 --> out
|
||||
|
||||
Reference in New Issue
Block a user