mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-02-04 07:13:25 +08:00
Merge branch 'release/9.3.0' of github.com:mermaid-js/mermaid into release/9.3.0
This commit is contained in:
commit
88357ba751
@ -485,8 +485,7 @@ describe('Class diagram V2', () => {
|
|||||||
classDiagram-v2
|
classDiagram-v2
|
||||||
note "I love this diagram!\nDo you love it?"
|
note "I love this diagram!\nDo you love it?"
|
||||||
class Class10 {
|
class Class10 {
|
||||||
<<service>>
|
int id
|
||||||
int id
|
|
||||||
size()
|
size()
|
||||||
}
|
}
|
||||||
note for Class10 "Cool class\nI said it's very cool class!"
|
note for Class10 "Cool class\nI said it's very cool class!"
|
||||||
|
@ -414,7 +414,6 @@ describe('Class diagram', () => {
|
|||||||
classDiagram
|
classDiagram
|
||||||
note "I love this diagram!\nDo you love it?"
|
note "I love this diagram!\nDo you love it?"
|
||||||
class Class10 {
|
class Class10 {
|
||||||
<<service>>
|
|
||||||
int id
|
int id
|
||||||
size()
|
size()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user