19870608669 7 luni în urmă
părinte
comite
5420554a5e
2 a modificat fișierele cu 24 adăugiri și 0 ștergeri
  1. 3 0
      .vscode/settings.json
  2. 21 0
      test.md

+ 3 - 0
.vscode/settings.json

@@ -0,0 +1,3 @@
+{
+    "plantuml.server":"http://www.plantuml.com/plantuml"
+}

+ 21 - 0
test.md

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