From 2e7452f0674574f9e55f953adf72c24e1b92f357 Mon Sep 17 00:00:00 2001 From: Knut Sveidqvist Date: Thu, 26 Nov 2020 19:15:45 +0100 Subject: [PATCH] Lint fix --- src/mermaidAPI.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mermaidAPI.js b/src/mermaidAPI.js index c7c11b47b..c8b53ff46 100644 --- a/src/mermaidAPI.js +++ b/src/mermaidAPI.js @@ -1,9 +1,9 @@ /** - *Edit this Page[![N|Solid](img/GitHub-Mark-32px.png)](https://github.com/mermaid-js/mermaid/blob/develop/src/mermaidAPI.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. *