From 9fdab327c8426705149b0a2a6803f3e344592afe Mon Sep 17 00:00:00 2001 From: Neil Cuzon <58763315+NeilCuzon@users.noreply.github.com> Date: Mon, 13 Jul 2020 14:46:47 -0700 Subject: [PATCH] Update 8.6.0_docs.md --- docs/8.6.0_docs.md | 1 + 1 file changed, 1 insertion(+) 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.