docs: added limitiations for Mermaid graphs #187

This commit is contained in:
Sören Weber 2022-02-20 12:51:19 +01:00
parent 3beb0bb18c
commit ae40b24182
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -207,6 +207,10 @@ See [Mermaid documentation](http://mermaid-js.github.io/mermaid/getting-started/
Also, if you want to use mermaid codefences, you have to turn off `guessSyntax` for the `markup.highlight` setting.
{{% notice warning %}}
Due to limitations with [Mermaid](https://github.com/mermaid-js/mermaid/issues/1846), it is currently not possible to use Mermaid code fences in an initially collapsed `expand` shortcode. This is a know issue and [can't be fixed by this theme](https://github.com/McShelby/hugo-theme-relearn/issues/187).
{{% /notice %}}
### Example
````toml