@@ -0,0 +1,3 @@
+{
+ "plantuml.server": "http://www.plantuml.com/plantuml"
+}
@@ -0,0 +1,22 @@
+# markdown
+
+<h1>项目标题1</h2>
+<h1>项目标题2</h2>
+<ul>
+<li>项目名称</li>
+<li>项目作者</li>
+<li>项目类型</li>
+</ul>
+# 项目标题1
+- 项目标题
+- 项目作者
+- 项目类型
+# 项目标题2
+```plantuml
+@startuml
+Bob -> Alice : hello
+@enduml
+```