1
0
镜像自地址 https://github.com/quitesimpleorg/qsmaddy.git 已同步 2024-06-09 23:11:15 +02:00

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

查看文件

@ -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