From 7c42d08ef2a3d9d85d56cc4f89589f26f70a22c4 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sun, 20 Apr 2025 05:42:45 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- docs/intro/syntax-reference.md | 6 ++---- packages/mermaid/src/docs/intro/syntax-reference.md | 3 +-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/intro/syntax-reference.md b/docs/intro/syntax-reference.md index cd8947854..fb07692d5 100644 --- a/docs/intro/syntax-reference.md +++ b/docs/intro/syntax-reference.md @@ -16,11 +16,9 @@ Diagram Examples can be found in the [Mermaid Live Editor](https://mermaid.live) One would notice that all **Diagrams definitions begin** with a declaration of the **diagram type**, followed by the definitions of the diagram and its contents. This declaration notifies the parser which kind of diagram the code is supposed to generate. The only exception to this a [Frontmatter](#frontmatter-for-diagram-code) configuration. -Code is case insensitive. Indents are completely ignored but recommended for structure and readability. - Line comments can ignore anything on the line after '%% '. -Unknown words and misspellings will break a diagram, while parameters silently fail. Strings shouldn't be quoted and will parse based on expected parameters. +Unknown words and misspellings will break a diagram, while parameters silently fail. **Example** : The code below is for an Entity Relationship Diagram, specified by the `erDiagram` declaration. What follows is the definition of the different `Entities` represented in it. @@ -88,7 +86,7 @@ Used when Mermaid is called via an API, or through a `