Skip to content

Commit

Permalink
Removing redundant code block
Browse files Browse the repository at this point in the history
  • Loading branch information
Will-Low committed Apr 17, 2023
1 parent 47edb2c commit 28155b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
16 changes: 0 additions & 16 deletions docs/syntax/classDiagram.md
Original file line number Diff line number Diff line change
Expand Up @@ -624,22 +624,6 @@ classDiagram
}
```

```mermaid-example
classDiagram
note "This is a general note"
note for MyClass "This is a note for a class"
class MyClass{
}
```

```mermaid
classDiagram
note "This is a general note"
note for MyClass "This is a note for a class"
class MyClass{
}
```

_URL Link:_

```mermaid-example
Expand Down
8 changes: 0 additions & 8 deletions packages/mermaid/src/docs/syntax/classDiagram.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,14 +407,6 @@ It is possible to add notes on the diagram using `note "line1\nline2"`. A note c

### Examples

```mmd
classDiagram
note "This is a general note"
note for MyClass "This is a note for a class"
class MyClass{
}
```

```mermaid
classDiagram
note "This is a general note"
Expand Down

0 comments on commit 28155b0

Please sign in to comment.