mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 07:19:41 +02:00
Merge branch 'sidv/fixRunAsync' of https://github.com/mermaid-js/mermaid into sidv/fixRunAsync
* 'sidv/fixRunAsync' of https://github.com/mermaid-js/mermaid: Update packages/mermaid/src/mermaid.ts
This commit is contained in:
@@ -350,6 +350,9 @@ const parse = async (text: string, parseOptions?: ParseOptions): Promise<boolean
|
|||||||
* bindFunctions?.(element);
|
* bindFunctions?.(element);
|
||||||
* ```
|
* ```
|
||||||
*
|
*
|
||||||
|
* @remarks
|
||||||
|
* Multiple calls to this function will be enqueued to run serially.
|
||||||
|
*
|
||||||
* @param id - The id for the SVG element (the element to be rendered)
|
* @param id - The id for the SVG element (the element to be rendered)
|
||||||
* @param text - The text for the graph definition
|
* @param text - The text for the graph definition
|
||||||
* @param container - HTML element where the svg will be inserted. (Is usually element with the .mermaid class)
|
* @param container - HTML element where the svg will be inserted. (Is usually element with the .mermaid class)
|
||||||
|
Reference in New Issue
Block a user