We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a09c8e commit 8be865fCopy full SHA for 8be865f
web/template/page.md
@@ -0,0 +1,18 @@
1
+# 제목
2
+
3
4
+## 제목
5
6
+### 제목
7
8
+* 제목
9
10
+```
11
+내용
12
13
14
+> 인용
15
16
17
18
web/web.vcxproj
@@ -43,6 +43,7 @@
43
<None Include="template\page.css" />
44
<None Include="template\page.html" />
45
<None Include="template\page.js" />
46
+ <None Include="template\page.md" />
47
</ItemGroup>
48
<ItemGroup>
49
<Text Include="..\ref.txt" />
web/web.vcxproj.filters
@@ -96,6 +96,9 @@
96
<None Include="template\page.js">
97
<Filter>template</Filter>
98
</None>
99
+ <None Include="template\page.md">
100
+ <Filter>template</Filter>
101
+ </None>
102
103
104
<Text Include="..\ref.txt">
0 commit comments