From eb7d18dfcada937554eae487fc64962bb67c1995 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Thu, 27 Jun 2024 15:32:13 +0530 Subject: [PATCH] doc: Update deprecation message --- packages/mermaid/src/mermaid.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mermaid/src/mermaid.ts b/packages/mermaid/src/mermaid.ts index c05faad56..1801f5122 100644 --- a/packages/mermaid/src/mermaid.ts +++ b/packages/mermaid/src/mermaid.ts @@ -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;