mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-02 05:39:38 +02: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);
|
||||
* ```
|
||||
*
|
||||
* @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 text - The text for the graph definition
|
||||
* @param container - HTML element where the svg will be inserted. (Is usually element with the .mermaid class)
|
||||
|
Reference in New Issue
Block a user