@@ -0,0 +1,3 @@
+{
+ "plantuml.server": "http://www.plantuml.com/plantuml"
+}
@@ -0,0 +1,12 @@
+<h1>项目标题1</h1>
+
+# 项目标题2
+```plantuml
+@startuml
+class 汽车
+发动机 - 汽车 : 驱动 >
+汽车 *- 轮子 : 拥有 4 >
+汽车 -- 人 : < 所属
+@enduml