19136808282 3 mesiacov pred
rodič
commit
81901570c2
1 zmenil súbory, kde vykonal 22 pridanie a 0 odobranie
  1. 22 0
      test.md

+ 22 - 0
test.md

@@ -1,3 +1,25 @@
 # markdown
 <h1>项目标题</h1>
 <h2>项目标题</h2>
+
+```plantuml
+@startuml
+abstract        abstract
+abstract class  "abstract class"
+annotation      annotation
+circle          circle
+()              circle_short_form
+class           class
+class           class_stereo  <<stereotype>>
+diamond         diamond
+<>              diamond_short_form
+entity          entity
+enum            enum
+exception       exception
+interface       interface
+metaclass       metaclass
+protocol        protocol
+stereotype      stereotype
+struct          struct
+@enduml
+```