Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/syntax/classDiagram.md
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ classDiagram

The label replaces the namespace name in the rendered diagram, while the name is still used internally for relationships and nesting.

### Nested Namespaces (v\<MERMAID_RELEASE_VERSION>+)
### Nested Namespaces (v11.15.0+)

Namespaces can be nested to represent hierarchical groupings. There are two ways to define nested namespaces:

Expand Down
4 changes: 2 additions & 2 deletions docs/syntax/sankey.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ Electricity grid,Industry,342.165
Electricity grid,Losses,56.691
```

### Node Width and Padding (v\<MERMAID_RELEASE_VERSION>+)
### Node Width and Padding (v11.15.0+)

You can customize the node dimensions:

Expand Down Expand Up @@ -374,7 +374,7 @@ Electricity grid,Industry,342.165
Electricity grid,Losses,56.691
```

### Custom Node Colors (v\<MERMAID_RELEASE_VERSION>+)
### Custom Node Colors (v11.15.0+)

You can assign specific colors to nodes using the `nodeColors` map. Nodes not listed will use the default color scheme. Values must be valid CSS colors (hex, `rgb()`, `hsl()`, or named colors).

Expand Down
2 changes: 1 addition & 1 deletion packages/mermaid/src/docs/syntax/classDiagram.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ classDiagram

The label replaces the namespace name in the rendered diagram, while the name is still used internally for relationships and nesting.

### Nested Namespaces (v<MERMAID_RELEASE_VERSION>+)
### Nested Namespaces (v11.15.0+)

Namespaces can be nested to represent hierarchical groupings. There are two ways to define nested namespaces:

Expand Down
4 changes: 2 additions & 2 deletions packages/mermaid/src/docs/syntax/sankey.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ Electricity grid,Industry,342.165
Electricity grid,Losses,56.691
```

### Node Width and Padding (v<MERMAID_RELEASE_VERSION>+)
### Node Width and Padding (v11.15.0+)

You can customize the node dimensions:

Expand All @@ -229,7 +229,7 @@ Electricity grid,Industry,342.165
Electricity grid,Losses,56.691
```

### Custom Node Colors (v<MERMAID_RELEASE_VERSION>+)
### Custom Node Colors (v11.15.0+)

You can assign specific colors to nodes using the `nodeColors` map. Nodes not listed will use the default color scheme. Values must be valid CSS colors (hex, `rgb()`, `hsl()`, or named colors).

Expand Down
Loading