1 parent 34e8bfd commit a5ce658Copy full SHA for a5ce658
2 files changed
06/README.md
@@ -11,19 +11,19 @@
11
12
* XML
13
14
- ```XML
15
- <?xml version="1.0" encoding="UTF-8"?>
16
- <note>
17
- <to>Tove</to>
18
- <from>Jani</from>
19
- <heading>Reminder</heading>
20
- <body>Dont forget me this weekend</body>
21
- <other>
22
- <a></a>
23
- <b></b>
24
- </other>
25
- </note>
26
- ```
+```xml
+<?xml version="1.0" encoding="UTF-8"?>
+<note>
+ <to>Tove</to>
+ <from>Jani</from>
+ <heading>Reminder</heading>
+ <body>Dont forget me this weekend</body>
+ <other>
+ <a></a>
+ <b></b>
+ </other>
+</note>
+```
27
28
* HTML
29
SUMMARY.md
@@ -1,6 +1,6 @@
1
# Summary
2
3
-* [主页](README.md)
+* [封面](README.md)
4
* [前言](INDEX.md)
5
* [01-JavaScrpit-变量、作用域](01/README.md)
6
* [变量声明](01/bian-liang-sheng-ming.md)
0 commit comments