Skip to content

Commit

Permalink
删除失效的语法:1.有序列表自动排序;2.四级无序列表
Browse files Browse the repository at this point in the history
GFM这两年变化很大,2014年的语法失效了一些
  • Loading branch information
果冻虾仁 authored Aug 24, 2017
1 parent 01ba8ac commit 3d7dbc1
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,25 +203,14 @@ https://github.com/guodongxiaren/ImageCache/raw/master/Logo/foryou.gif
2. 继承
3. 多态

#### 有序列表自动排序
也可以在第一行指定`1. `,而接下来的几行用星号`*`(或者继续用数字1. )就可以了,它会自动显示成2、3、4……。
面向对象的七大原则:

1. 开闭原则
* 里氏转换原则
* 依赖倒转原则
* 接口隔离原则
* 组合/聚合复用原则
* “迪米特”法则
* 单一职责原则

#### 多级有序列表
和无序列表一样,有序列表也有多级结构:

1. 这是一级的有序列表,数字1还是1
1. 这是二级的有序列表,阿拉伯数字在显示的时候变成了罗马数字
1. 这是三级的有序列表,数字在显示的时候变成了英文字母
1. 四级的有序列表显示效果,就不再变化了,依旧是英文字母


### 复选框列表
- [x] 需求分析
Expand Down

0 comments on commit 3d7dbc1

Please sign in to comment.