create link in md file code example
Example 1: md file link
[I'm an inline-style link](https://www.google.com)
Example 2: how to create link in readme.md
[a link] (https://github.com/user/repo/blob/branch/other_file.md)
Example 3: add link in md
[link to google](https://www.google.com)