markdown horizontal line 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

***

---

_________________

Example 4: markdown horizontal line

Do this									Don't do this
Try to put a blank line before...		This would be a heading.
										---
---  									Don't do this!

...and after a horizontal rule.

Example 5: bold in markdown

**This will be bold**

Example 6: markdown straight line

horizontal line in markdown:
---