-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Open
Labels
Status: ApprovedIs ready to be worked onIs ready to be worked onType: Bug / ErrorSomething isn't working or is incorrectSomething isn't working or is incorrect
Description
Description
flowchart RL
%% OK
A[$$x$$]
%% OK
B["$$x$$"]
%% OK
C@{ shape: rect, label: $$x$$}
%% OK
D@{ shape: rect, label: "$$x$$"}
%% OK
E[$$\sin x$$]
%% OK
F["$$\sin x$$"]
%% OK
G@{ shape: rect, label: $$\sin x$$}
%% bug
H@{ shape: rect, label: "$$\sin x$$"}
will get:
flowchart RL
%% OK
A[$$x$$]
%% OK
B["$$x$$"]
%% OK
C@{ shape: rect, label: $$x$$}
%% OK
D@{ shape: rect, label: "$$x$$"}
%% OK
E[$$\sin x$$]
%% OK
F["$$\sin x$$"]
%% OK
G@{ shape: rect, label: $$\sin x$$}
%% bug
H@{ shape: rect, label: "$$\sin x$$"}
Steps to reproduce
copy the code
Screenshots
No response
Code Sample
Setup
- Mermaid version: 11.12.0
Suggested Solutions
No response
Additional Context
No response
Metadata
Metadata
Assignees
Labels
Status: ApprovedIs ready to be worked onIs ready to be worked onType: Bug / ErrorSomething isn't working or is incorrectSomething isn't working or is incorrect