From f0b039ad1020ae06a10a6b046bbb0416122891b1 Mon Sep 17 00:00:00 2001 From: erelling <54530323+erelling@users.noreply.github.com> Date: Wed, 28 Aug 2019 21:08:27 +0200 Subject: [PATCH] Security level, update for new syntax --- docs/mermaidAPI.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/mermaidAPI.md b/docs/mermaidAPI.md index 22d2af0f1..4853cfab7 100644 --- a/docs/mermaidAPI.md +++ b/docs/mermaidAPI.md @@ -43,8 +43,8 @@ This option decides the amount of logging to be used. Sets the level of trust to be used on the parsed diagrams. -- **true**: (**default**) tags in text are encoded, click functionality is disabeled -- **false**: tags in text are allowed, click functionality is enabled +- **strict**: (**default**) tags in text are encoded, click functionality is disabeled +- **loose**: tags in text are allowed, click functionality is enabled ## startOnLoad