MSzturc / obsidian-advanced-slides

Create markdown-based reveal.js presentations in Obsidian
https://mszturc.github.io/obsidian-advanced-slides/
MIT License
988 stars 82 forks source link

Upgrades reveal mermaid plugin to 2.1.0 #288

Open kriberg opened 8 months ago

kriberg commented 8 months ago

Upgrades to reveal.js-mermaid-plugin 2.1.0 which has mermaid.js 10.6.1.

Had some issues with displaying this diagram:

flowchart LR
    Domain -- has many --> System
    System -- has many --> Component
    Component -- provides --> API
    API -. used by .-> Component

The arrow heads were not visible. Upgrading the plugin to 2.1.0 fixed the issue. Suppose it was a bug in the 9.x build of mermaid.