git style README code example
Example 1: markdown strikethrough
~~example~~
Example 2: githum readme bold
**This text will be bold**
__This will also be bold__
_You **can** combine them_
~~example~~
**This text will be bold**
__This will also be bold__
_You **can** combine them_