# Bold/Italics
---
```md
*This text will be italic*
_This will also be italic_
```
^c4eef3
*This text will be italic*
_This will also be italic_
---
```md
**This text will be bold**
__This will also be bold__
```
^f3a36a
**This text will be bold**
__This will also be bold__
---
```md
_You **can** combine them_
```
_You **can** combine them_
---