fix(docs): escape special chars in Mermaid diagram
Quote node label containing special characters to prevent Mermaid lexer error on line 9.
This commit is contained in:
parent
aa5018583e
commit
3f2ded54ee
@ -45,7 +45,7 @@ graph TD
|
|||||||
Metis --> Prometheus
|
Metis --> Prometheus
|
||||||
Prometheus --> Momus[Momus<br>Reviewer]
|
Prometheus --> Momus[Momus<br>Reviewer]
|
||||||
Momus --> Prometheus
|
Momus --> Prometheus
|
||||||
Prometheus --> PlanFile[/.sisyphus/plans/*.md]
|
Prometheus --> PlanFile["/.sisyphus/plans/{name}.md"]
|
||||||
end
|
end
|
||||||
|
|
||||||
PlanFile --> StartWork[/start-work]
|
PlanFile --> StartWork[/start-work]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user