A bunch of text about how to install, including:
With A line of code
and
A block
of code
A paragraph that explains the options of a plugin.
Another paragraph directly under a paragraph to test spacing. Including A link!
A blockquote With some text
- Testing
- Unordered
- Lists
- Testing
- Ordered
- Lists
- Testing
- Nested
- Lists
- Testing more
const asyncYo = () => {
let someData = await fetch(somePlace.website)
return await someData
}
Stole from Github docs
| First Header | Second Header |
|---|---|
| Content Cell | Content Cell |
| Content Cell | Content Cell |
| Command | Description |
|---|---|
| git status | List all new or modified files |
| git diff | Show file differences that haven't been staged |