Skip to content

Commit 1255d72

Browse files
committed
test about horizontal lines
1 parent 5669786 commit 1255d72

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"sha1": "4oy7oclym00tw823tr2bhn3lhlbe119",
3+
"insertion": {
4+
"when": "2025-09-04T20:37:09.012Z",
5+
"url": "https://github.com/plantuml/plantuml-server/issues/386",
6+
7+
}
8+
}
9+
@startuml
10+
hide empty members
11+
12+
class X {
13+
a : int
14+
}
15+
note left of X::a
16+
no "--" may be used here
17+
--
18+
to draw horizontal line
19+
end note
20+
@enduml

0 commit comments

Comments
 (0)