s202226701043 6 days ago
parent
commit
a5789e95cb
2 changed files with 25 additions and 0 deletions
  1. 3 0
      .vscode/settings.json
  2. 22 0
      text.md

+ 3 - 0
.vscode/settings.json

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

+ 22 - 0
text.md

@@ -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
+```