Fix incorrect MD syntax in [整体思想为:] section. (#3155)

* remove 2 ebook of [Linkers and Loaders], [Learn Python The Hard Way]. ref issue:#3091, #3062

* Fix incorrect md syntax in [整体思想为:] section.
pull/3156/head
Sekito Lv 2019-02-25 22:31:20 +08:00 committed by eshellman
parent 64d180fdbc
commit eb7fdc4911
1 changed files with 10 additions and 8 deletions

View File

@ -68,14 +68,16 @@
* `1` :每个`.md`文件末尾必须留有`1`个空行
举例:
[...]
* [一本很有用的书](http://example.com/example.html)
(空行)
(空行)
### Example
(空行)
* [Another 很有用的书](http://example.com/book.html)
* [Other 有用的书](http://example.com/other.html)
```md
[...]
* [一本很有用的书](http://example.com/example.html)
(空行)
(空行)
### Example
(空行)
* [Another 很有用的书](http://example.com/book.html)
* [Other 有用的书](http://example.com/other.html)
```
* 在 `]``(` 之间不要留有空格: