h3 markdown code example
Example 1: Markdown heading
# Title //Creates a h1
## Title //Creates a h2
##### Title //Creates a h5
Example 2: bold in markdown
**This will be bold**
# Title //Creates a h1
## Title //Creates a h2
##### Title //Creates a h5
**This will be bold**