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