doc: Update deprecation message

This commit is contained in:
Sidharth Vinod 2024-06-27 15:32:13 +05:30
parent eb0cb42f36
commit eb7d18dfca
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD
1 changed files with 1 additions and 1 deletions

View File

@ -409,7 +409,7 @@ export interface Mermaid {
startOnLoad: boolean;
parseError?: ParseErrorFunction;
/**
* @deprecated Use {@link parse} and {@link render} instead.
* @deprecated Use {@link parse} and {@link render} instead. Please open a discussion https://github.com/mermaid-js/mermaid/discussions if your use case does not fit the new API.
* @internal
*/
mermaidAPI: typeof mermaidAPI;