lzy 3 months ago
parent
commit
0e99bfce43
2 changed files with 0 additions and 46 deletions
  1. 0 19
      class.puml
  2. 0 27
      test.md

+ 0 - 19
class.puml

@@ -1,19 +0,0 @@
-@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

+ 0 - 27
test.md

@@ -1,27 +0,0 @@
-<h1>项目标题1</h1>
-
-# 项目标题1
-
-# 项目标题2
-
-```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
-```