doc: Update deprecation message

This commit is contained in:
Sidharth Vinod
2024-06-27 15:36:12 +05:30
parent eb7d18dfca
commit c5805383c7

View File

@@ -409,7 +409,7 @@ export interface Mermaid {
startOnLoad: boolean;
parseError?: ParseErrorFunction;
/**
* @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.
* @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;