Merge branch 'master' into add_italic

This commit is contained in:
Petra Baranski
2018-10-25 16:42:33 +02:00
committed by GitHub
當前提交 78652f64d5
共有 4 個文件被更改,包括 83 次插入20 次删除

查看文件

@@ -221,10 +221,12 @@ results in
```
**bold text**
__bold text__
```
results in
```html
<strong>bold text</strong>
<strong>bold text</strong>
```
## italic