Fix docs, mmd -> mermaid

This commit is contained in:
Sidharth Vinod
2023-04-29 10:13:00 +05:30
parent 99abd4c31b
commit baf5e8f6b2
9 changed files with 16 additions and 16 deletions

View File

@@ -84,7 +84,7 @@ Here the directive declaration will set the `logLevel` to `debug` and the `theme
Note: You can use 'init' or 'initialize' as both acceptable as init directives. Also note that `%%init%%` and `%%initialize%%` directives will be grouped together after they are parsed. This means:
```mmd
```mermaid
%%{init: { 'logLevel': 'debug', 'theme': 'forest' } }%%
%%{initialize: { 'logLevel': 'fatal', "theme":'dark', 'startOnLoad': true } }%%
...