From f963238a75e390f708f68045e501d0094c5feee4 Mon Sep 17 00:00:00 2001 From: Neil Cuzon <58763315+NeilCuzon@users.noreply.github.com> Date: Sun, 15 Nov 2020 03:45:20 -0800 Subject: [PATCH] Update mermaidAPI.js --- src/mermaidAPI.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/mermaidAPI.js b/src/mermaidAPI.js index e56bd4098..d72735d86 100644 --- a/src/mermaidAPI.js +++ b/src/mermaidAPI.js @@ -1,6 +1,10 @@ /** - * This is the api to be used when optionally handling the integration with the web page, instead of using the default integration provided by mermaid.js. + * + * **Edit this Page** [![N|Solid](img/GitHub-Mark-32px.png)](https://github.com/mermaid-js/mermaid/blob/develop/src/mermaidAPI.js) * + *This is the api to be used when optionally handling the integration with the web page, instead of using the default integration provided by mermaid.js. + * + * * The core of this api is the [**render**](Setup.md?id=render) function which, given a graph * definition as text, renders the graph/diagram and returns an svg element for the graph. *