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:
@@ -45,7 +45,7 @@ graph TD
|
||||
Metis --> Prometheus
|
||||
Prometheus --> Momus[Momus<br>Reviewer]
|
||||
Momus --> Prometheus
|
||||
Prometheus --> PlanFile[/.sisyphus/plans/*.md]
|
||||
Prometheus --> PlanFile["/.sisyphus/plans/{name}.md"]
|
||||
end
|
||||
|
||||
PlanFile --> StartWork[/start-work]
|
||||
|
||||
Reference in New Issue
Block a user