@@ -0,0 +1,3 @@
+{
+ "plantuml.server":"http://www.plantuml.com/plantuml"
+}
@@ -0,0 +1,37 @@
+<h1>云梦唐音1</h1>
+<h1>云梦唐音2</h1>
+<ul>
+<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
+```