Skip to content

Latest commit

 

History

History
117 lines (82 loc) · 1.75 KB

File metadata and controls

117 lines (82 loc) · 1.75 KB

Table of Contents

Headers

Header 1

Header 2

Header 3

Header 4

Header 5
Header 6
# Header 1
## Header 2
### Header 3
#### Header 4
##### Header 5
###### Header 6

Text Styling

Italics

Bold

Bold and Italics

*Italics*

**Bold**

***Bold and Italics***

Line break

An empty line functions as a line break.

This renders as...

*Italics*

**Bold**

***Bold and Italics***

Italics

Bold

Bold and Italics

This renders as...

*Italics*
**Bold**
***Bold and Italics***

Italics Bold Bold and Italics

Linking to content

Links

My Website

[My Website](prairierose.me)

Pictures

I took this picture at the 2018 Fuquay-Varina HOt Air Balloon Fesival!

2018 Fuquay-Varina Hot Air Balloon Fesival

![2018 Fuquay-Varina Hot Air Balloon Fesival](img/allBurn.jpg)

Things to note:

  • You need the Bang at the beginning. Otherwise it is a link.
  • You need to use Forward Slashes in your path for it to appear right in github
  • No quotations are necessary on your path.

Table of Contents

Things to note:

To link to a header

  • start with one hash (doesn't matter what level it is in your hierarchy)
  • make everything lowercase
  • replace spaces with dashes.