docs: Update italic and emphasized documentation

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
Этот коммит содержится в:
Patrick José Pereira 2018-10-25 10:41:10 -03:00
родитель 2562d780b8
Коммит eae3b270c0
1 изменённых файлов: 11 добавлений и 1 удалений

Просмотреть файл

@ -227,10 +227,20 @@ results in
<strong>bold text</strong>
```
## italic
```
*italic text*
```
results in
```html
<i>italic text</i>
```
## emphasized
```
*emphasized text*
_emphasized text_
```
results in
```html