Commit 114b067
fix: Remove unsupported style separators from Mermaid subgraph declarations (#974)
GitHub's Mermaid renderer doesn't support the `:::` style separator on
subgraph declarations, causing parse errors. Removed `:::futureBlock`
from ProcessMining subgraph and `:::safetyBlock` from SafetyGate subgraph.
The individual nodes within these subgraphs still retain their styles
(e.g., `:::future`), so visual styling is preserved where supported.
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 5939c3d commit 114b067
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
| 178 | + | |
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| |||
0 commit comments