21 lines
324 B
Markdown
21 lines
324 B
Markdown
```md
|
|
*This text will be italic*
|
|
_This will also be italic_
|
|
```
|
|
|
|
*This text will be italic*
|
|
_This will also be italic_
|
|
|
|
```md
|
|
**This text will be bold**
|
|
__This will also be bold__
|
|
```
|
|
|
|
**This text will be bold**
|
|
__This will also be bold__
|
|
|
|
```md
|
|
_You **can** combine them_
|
|
```
|
|
|
|
_You **can** combine them_ |