From 607e9ab989906144978b5e3ef9c7892bad6f29eb Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 16 Apr 2025 20:49:20 -0400 Subject: [PATCH] link: implementation in the live editor Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- docs/syntax/mindmap.md | 2 +- docs/syntax/timeline.md | 2 +- packages/mermaid/src/docs/syntax/mindmap.md | 2 +- packages/mermaid/src/docs/syntax/timeline.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/syntax/mindmap.md b/docs/syntax/mindmap.md index dfdcdbdac..b9960244f 100644 --- a/docs/syntax/mindmap.md +++ b/docs/syntax/mindmap.md @@ -308,7 +308,7 @@ From version 9.4.0 you can simplify this code to: ``` -You can also refer the implementation in the live editor [here](https://github.com/mermaid-js/mermaid-live-editor/blob/develop/src/lib/util/mermaid.ts) to see how the async loading is done. +You can also refer the [implementation in the live editor](https://github.com/mermaid-js/mermaid-live-editor/blob/develop/src/lib/util/mermaid.ts) to see how the async loading is done.