@@ -18,13 +18,13 @@ Index
18
18
19
19
## 图片居中
20
20
- 不带链接
21
- ```
22
- <div align="center"><img src="http://github.com/_assets/%E5%85%AC%E5%BC%8F_20180717114628.png" height="" /></div>
23
- ```
21
+ ```
22
+ <div align="center"><img src="http://github.com/_assets/%E5%85%AC%E5%BC%8F_20180717114628.png" height="" /></div>
23
+ ```
24
24
- 带链接
25
- ```
26
- <div align="center"><a href=""><img src="http://github.com/_assets/%E5%85%AC%E5%BC%8F_20180717114628.png" height="" /></a></div>
27
- ```
25
+ ```
26
+ <div align="center"><a href=""><img src="http://github.com/_assets/%E5%85%AC%E5%BC%8F_20180717114628.png" height="" /></a></div>
27
+ ```
28
28
- `height=""`用于控制图片的大小
29
29
30
30
## 隐藏代码块
@@ -39,28 +39,28 @@ Index
39
39
## HTML 表格
40
40
```
41
41
<table style =" width :100% ; table-layout :fixed ;" >
42
- <tr>
43
- <td>No padding, no strides</td>
44
- <td>Arbitrary padding, no strides</td>
45
- <td>Half padding, no strides</td>
46
- <td>Full padding, no strides</td>
47
- </tr>
48
- <tr>
49
- <td><img width="150px" src="http://github.com/_assets/no_padding_no_strides.gif"></td>
50
- <td><img width="150px" src="http://github.com/_assets/arbitrary_padding_no_strides.gif"></td>
51
- <td><img width="150px" src="http://github.com/_assets/same_padding_no_strides.gif"></td>
52
- <td><img width="150px" src="http://github.com/_assets/full_padding_no_strides.gif"></td>
53
- </tr>
54
- <tr>
55
- <td>No padding, strides</td>
56
- <td>Padding, strides</td>
57
- <td>Padding, strides (odd)</td>
58
- </tr>
59
- <tr>
60
- <td><img width="150px" src="http://github.com/_assets/no_padding_strides.gif"></td>
61
- <td><img width="150px" src="http://github.com/_assets/padding_strides.gif"></td>
62
- <td><img width="150px" src="http://github.com/_assets/padding_strides_odd.gif"></td>
63
- </tr>
42
+ <tr>
43
+ <td>No padding, no strides</td>
44
+ <td>Arbitrary padding, no strides</td>
45
+ <td>Half padding, no strides</td>
46
+ <td>Full padding, no strides</td>
47
+ </tr>
48
+ <tr>
49
+ <td><img width="150px" src="http://github.com/_assets/no_padding_no_strides.gif"></td>
50
+ <td><img width="150px" src="http://github.com/_assets/arbitrary_padding_no_strides.gif"></td>
51
+ <td><img width="150px" src="http://github.com/_assets/same_padding_no_strides.gif"></td>
52
+ <td><img width="150px" src="http://github.com/_assets/full_padding_no_strides.gif"></td>
53
+ </tr>
54
+ <tr>
55
+ <td>No padding, strides</td>
56
+ <td>Padding, strides</td>
57
+ <td>Padding, strides (odd)</td>
58
+ </tr>
59
+ <tr>
60
+ <td><img width="150px" src="http://github.com/_assets/no_padding_strides.gif"></td>
61
+ <td><img width="150px" src="http://github.com/_assets/padding_strides.gif"></td>
62
+ <td><img width="150px" src="http://github.com/_assets/padding_strides_odd.gif"></td>
63
+ </tr>
64
64
</table >
65
65
```
66
66
0 commit comments