how to make text bold in github readme code example
Example 1: markdown strikethrough
~~example~~
Example 2: text bold in .md file
**My Bold Text**
Example 3: githum readme bold
**This text will be bold**
__This will also be bold__
_You **can** combine them_