Steps to reproduce
- Use the following mermaid sequence diagram:
sequenceDiagram
participant User
participant Service
User ->> Service: yo do dis ding
Service-->>User: gotshu
User -->> Service: wassupp
- Toggle to Preview, notice the arrowheads are displaying
- Toggle back to Edit, then open Preview to the side
- Notice the arrowheads are gone
Expected result
To see the arrowheads in the preview even with split mode.
Actual result
Arrowheads are not displayed.
Environment
- Operating system: Win 10
- Obsidian version: 0.12.12
Additional information
In split view:
With only Preview on:
While the screenshot is with custom CSS, I tried also without and it had no effect.