1
0
spogulis no https://github.com/quitesimpleorg/qsmaddy.git synced 2025-10-10 01:46:30 +02:00

docs: Update italic and emphasized documentation

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
Šī revīzija ir iekļauta:
Patrick José Pereira
2018-10-25 10:41:10 -03:00
vecāks 2562d780b8
revīzija eae3b270c0

Parādīt failu

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