Closed schehlmj closed 2 weeks ago
This is not rendering in elk as it should be:
```mermaid %%{init: {"flowchart": {"defaultRenderer": "elk"}} }%% flowchart TD C{Let me think} C -->|One| D[Laptop] C -->|Two| E[iPhone] C -->|Three| F[fa:fa-car Car] ```
The mermaid.live editor works as expected:
PR #288 fixes this
Fixed by #288
This is not rendering in elk as it should be:
The mermaid.live editor works as expected: