From c5805383c738e28e71bdd29b5b2b8047aac88659 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Thu, 27 Jun 2024 15:36:12 +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 1801f5122..ce858f3b7 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. 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;