diff --git a/e2e/platform/subgraph.html b/e2e/platform/subgraph.html index 5b8ca8c93..e4c8d772e 100644 --- a/e2e/platform/subgraph.html +++ b/e2e/platform/subgraph.html @@ -5,15 +5,29 @@ Mermaid Quick Test Page + -
+
graph TD - A[Christmas] -->|Get money| B(Go shopping) - subgraph 1test["Text"] - A - end -
+ A[Christmas] -->|Get money| B(Go shopping) + subgraph 1test["id starting with number"] + A + end + style 1test fill:#F99,stroke-width:2px,stroke:#F0F +
+
+ graph TD + A[Christmas] -->|Get money| B(Go shopping) + subgraph test["id starting with number"] + A + end + style test fill:#F99,stroke-width:2px,stroke:#F0F +