Code:
**This is bold text option 1**
__This is bold text option 2__
Output:
This is bold text
This is bold text
Code:
*This is italic text option 1*
_This is italic text option 2_
Output:
This is italic text option 1
This is italic text option 2
Code:
~~Strikethrough~~
Output:
Strikethrough