Remove parentheses from inferred mermaid nodes
This commit is contained in:
parent
55cac60103
commit
3da30594eb
2 changed files with 2 additions and 2 deletions
|
|
@ -138,7 +138,7 @@ flowchart TD
|
|||
D --> E[Remediation window]
|
||||
E --> F[Dashboard update]
|
||||
F --> G[Quarterly KPI trend review]
|
||||
G --> H[Action items (optional)]
|
||||
G --> H[Action items: optional]
|
||||
```
|
||||
|
||||
## 03 — INTEGRATE SECURITY AWARENESS INTO DEVELOPER TRAINING
|
||||
|
|
|
|||
|
|
@ -281,7 +281,7 @@ def _inferred_mermaid(title: str) -> str | None:
|
|||
D --> E[Remediation window]
|
||||
E --> F[Dashboard update]
|
||||
F --> G[Quarterly KPI trend review]
|
||||
G --> H[Action items (optional)]
|
||||
G --> H[Action items: optional]
|
||||
"""
|
||||
|
||||
if "TRAINING" in title_upper:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue