mirror of
https://github.com/quitesimpleorg/qsmaddy.git
synced 2024-11-24 16:22:36 +01:00
docs: Update italic and emphasized documentation
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
This commit is contained in:
parent
2562d780b8
commit
eae3b270c0
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user