mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-12-05 20:14:14 +01:00
Update packages/mermaid/src/mermaid.ts
Co-authored-by: Alois Klink <alois@aloisklink.com>
This commit is contained in:
@@ -348,6 +348,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