1
0
miroir de https://github.com/quitesimpleorg/qsmaddy.git synchronisé 2024-11-24 16:22:36 +01:00

docs: Update italic and emphasized documentation

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
Cette révision appartient à :
Patrick José Pereira 2018-10-25 10:41:10 -03:00
Parent 2562d780b8
révision eae3b270c0

Voir le fichier

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