how to make headings in markdown code example
Example 1: markdown hyperlink syntax
[Link to Google](https://www.google.com)
Example 2: Markdown heading
# Title //Creates a h1
## Title //Creates a h2
##### Title //Creates a h5
[Link to Google](https://www.google.com)
# Title //Creates a h1
## Title //Creates a h2
##### Title //Creates a h5