CSS not fetched automatically
anatoliykmetyuk opened this issue · 1 comments
anatoliykmetyuk commented
The mermaid documentation states that you need to include their CSS, not only JS. However, this plugin provides only an attribute src
to include the JS. CSS must be included manually via <link rel="stylesheet" href="https://cdn.rawgit.com/knsv/mermaid/7.0.0/dist/mermaid.css">
in order for the plugin to work.
ufo2mstar commented
@anatoliykmetyuk haha, more than an issue, this feels like a good addition to this gem's ReadMe page.. Am adding this there just for clarity.. Cheers!