Table
| Column1 | Column2 |
| -------------------|:------------------|
| name | Teanlouise |
Text
**Bold Word**
_italic word_
Headings
# Heading1
## Heading2
#### Heading3
List
- This will create a bullet point
1. This will create an ordered list
- This is a list
- with sub items
Links
[Text to display](https://website.com)
Image
![image_name](https://location_of_image.com)
- Create an issue
- Drag and drop image from folder on computer
- Will generate markdown
- Copy and paste into .md file
- Don’t save issue
OR
- Include image in folder and call path as /folder/file.png
Side by side
<p float="left">
<img src="./img1.png" width="100" />
<img src="./img2.png" width="100" />
<img src="./img3.png" width="100" />
</p>
Code
`This code will appear in line`
```
This is
lots of
code
```
Table of contents
# Table of Contents
1. [Title1](#Title1)**
- [Item1](#Item1)
- [Comments](#Comments)
2. [Title 2](#Title-2)
- [Fun files](#Fun-files)
- [Search](#Search)
- for words with a space add
-