diff --git a/docs/8.6.0_docs.md b/docs/8.6.0_docs.md index 233e0c9d3..2d1e4eaf0 100644 --- a/docs/8.6.0_docs.md +++ b/docs/8.6.0_docs.md @@ -59,6 +59,7 @@ init would be an argument-directive: %%{init: { **insert argument here**}}%% The json object that is passed as {**argument** } must be valid, quoted json or it will be ignored. **for example**: + %%{init: {"theme": default, "logLevel": 1 }}%% Configurations that are passed through init cannot change the parameters in secure arrays of higher levels. In the event of a conflict, mermaid will give priority to secure arrays and parse the request, without changing the values of the parameters in conflict.