markdown paragraph code example
Example 1: 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 2: Markdown heading
# Title //Creates a h1
## Title //Creates a h2
##### Title //Creates a h5
Example 3: markdown horizontal line
***
---
_________________