Răsfoiți Sursa

feat:new image file

202226701056 4 luni în urmă
părinte
comite
4cd28aca5a
2 a modificat fișierele cu 40 adăugiri și 0 ștergeri
  1. 3 0
      .vscode/settings.json
  2. 37 0
      test.md

+ 3 - 0
.vscode/settings.json

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

+ 37 - 0
test.md

@@ -0,0 +1,37 @@
+<h1>云梦唐音1</h1>
+<h1>云梦唐音2</h1>
+<ul>
+<li>项目名称
+</li>
+<li>项目名称
+</li>
+<li>项目名称
+</li>
+</ul>
+
+# 云梦唐音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
+```