You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
```mermaid
%%{ init: { 'flowchart': { 'curve': '' } } }%%
flowchart TD
A("break the equation from the text: $$\\ a+b=c$$")
B("break the equation from the text: $$a+b=c$$")
style space1 fill:#0,stroke:#333,stroke-width:4px
subgraph space1["`**Title:**`"]
A --> B
end
```
supported line breaks from Katex
\newline
and\\
ignored by the preview extensionThe text was updated successfully, but these errors were encountered: