diff --git a/docs/config/usage.md b/docs/config/usage.md index 186440b34..2e207213c 100644 --- a/docs/config/usage.md +++ b/docs/config/usage.md @@ -64,7 +64,7 @@ Example: ```html ``` @@ -83,7 +83,7 @@ Example: B-->D(fa:fa-spinner); diff --git a/docs/intro/getting-started.md b/docs/intro/getting-started.md index 12649ace6..a626d1f53 100644 --- a/docs/intro/getting-started.md +++ b/docs/intro/getting-started.md @@ -224,7 +224,7 @@ b. The importing of the Mermaid library through the `mermaid.esm.mjs` or `mermai ```html @@ -262,7 +262,7 @@ In this example, the `mermaidAPI` is being called through the `CDN`: diff --git a/docs/intro/index.md b/docs/intro/index.md index 725fd8407..fda36f1da 100644 --- a/docs/intro/index.md +++ b/docs/intro/index.md @@ -319,7 +319,7 @@ To select a version: Replace `` with the desired version number. -Latest Version: +Latest Version: ## Deploying Mermaid @@ -337,7 +337,7 @@ To Deploy Mermaid: ```html ``` diff --git a/docs/syntax/mindmap.md b/docs/syntax/mindmap.md index 5e180b554..dfdcdbdac 100644 --- a/docs/syntax/mindmap.md +++ b/docs/syntax/mindmap.md @@ -304,7 +304,7 @@ From version 9.4.0 you can simplify this code to: ```html ``` diff --git a/docs/syntax/timeline.md b/docs/syntax/timeline.md index 0f8d426b6..3d476c41d 100644 --- a/docs/syntax/timeline.md +++ b/docs/syntax/timeline.md @@ -469,7 +469,7 @@ You can use this method to add mermaid including the timeline diagram to a web p ```html ```