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
Add the following mermaid snippet to the raw markdown text area:
```mermaid
flowchart TD
A[Christmas] -->|Get money| B(Go shopping)
B --> C{Let me think}
C -->|One| D[Laptop]
C -->|Two| E[iPhone]
C -->|Three| F[fa:fa-car Car]
```
Expected behavior
a mermaid diagram should be rendered on the preview side:
Actual behavior
The mermaid snippet appears as a normal code snippet
Runtime
Chrome
OS
macOS
Build and bundle tools
Other (please specify in steps to reproduce)
The text was updated successfully, but these errors were encountered:
Initial checklist
Affected packages and versions
v7.5.9
Link to runnable example
No response
Steps to reproduce
```mermaid
flowchart TD
A[Christmas] -->|Get money| B(Go shopping)
B --> C{Let me think}
C -->|One| D[Laptop]
C -->|Two| E[iPhone]
C -->|Three| F[fa:fa-car Car]
```
Expected behavior
a mermaid diagram should be rendered on the preview side:
Actual behavior
The mermaid snippet appears as a normal code snippet
Runtime
Chrome
OS
macOS
Build and bundle tools
Other (please specify in steps to reproduce)
The text was updated successfully, but these errors were encountered: