bold in markdwon code example
Example 1: text bold in .md file
**My Bold Text**
Example 2: bold markdown
# Bold
I just love **bold text**.
I just love __bold text__.
Love**is**bold
# Italic
Italicized text is the *cat's meow*.
Italicized text is the _cat's meow_.
A*cat*meow
Example 3: bold in markdown
**This will be bold**