From f5ddf869e4bb45f89805422fce7f6e2bb1d7e259 Mon Sep 17 00:00:00 2001 From: erelling <54530323+erelling@users.noreply.github.com> Date: Wed, 28 Aug 2019 22:01:19 +0200 Subject: [PATCH] Link and clarification --- docs/mermaidAPI.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/mermaidAPI.md b/docs/mermaidAPI.md index ecf6a6f6b..628449f8c 100644 --- a/docs/mermaidAPI.md +++ b/docs/mermaidAPI.md @@ -12,7 +12,7 @@ In addition to the render function, a number of behavioral configuration options ## Configuration -These are the default options which can be overridden with the initialization call as shown below: +These are the default options which can be overridden with the initialization call like so: *Example 1:* @@ -38,6 +38,8 @@ These are the default options which can be overridden with the initialization ca mermaid.initialize(config); ``` +A summary of all options and their defaults is found [here](https://github.com/knsv/mermaid/blob/master/docs/mermaidAPI.md#mermaidapi-configuration-defaults). A description of each option follows below. + ## theme