markdown make header code example
Example 1: how to create link in readme.md
[a link] (https://github.com/user/repo/blob/branch/other_file.md)
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