Update mermaidAPI.js

This commit is contained in:
Neil Cuzon
2020-11-15 03:45:20 -08:00
committed by GitHub
parent 00921ce713
commit f963238a75

View File

@@ -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 * 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. * definition as text, renders the graph/diagram and returns an svg element for the graph.
* *