From bab75625cb8207cb35fc6047bc0f9a701a0f452e Mon Sep 17 00:00:00 2001 From: erelling <54530323+erelling@users.noreply.github.com> Date: Wed, 28 Aug 2019 21:13:38 +0200 Subject: [PATCH] Configuration example 2 --- docs/mermaidAPI.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/docs/mermaidAPI.md b/docs/mermaidAPI.md index 4853cfab7..91d13bfd9 100644 --- a/docs/mermaidAPI.md +++ b/docs/mermaidAPI.md @@ -11,7 +11,8 @@ somewhere in the page or something completely different. ## Configuration -These are the default options which can be overridden with the initialization call as in the example below: +These are the default options which can be overridden with the initialization call as shown below: +*Example 1:* mermaid.initialize({ flowchart:{ @@ -19,6 +20,23 @@ These are the default options which can be overridden with the initialization ca } }); +*Example 2:* +``` + +``` + ## theme theme , the CSS style sheet