80 lines
No EOL
1.2 KiB
Markdown
80 lines
No EOL
1.2 KiB
Markdown
---
|
|
|
|
title: 'First Blog Post'
|
|
description: 'A simple test post to make sure everythings working'
|
|
date: '20-07-2024'
|
|
id: 1
|
|
tags: ''
|
|
|
|
---
|
|
|
|
## Hello World!
|
|
|
|
If you can see this post then that means everything *should* be working
|
|
|
|
|
|
## Mardown Test Stuff
|
|
|
|
Bullet Points:
|
|
- item 1
|
|
- item 2
|
|
- item 3
|
|
|
|
Numbered list:
|
|
1. option 1
|
|
2. option 2
|
|
3. option 3
|
|
|
|
Checklist?
|
|
- [ ] empty box
|
|
- [x] filled box
|
|
|
|
Text Styles:
|
|
- Normal text
|
|
- *Italics*
|
|
- **Bold Text**
|
|
- ~~Strikethrough~~
|
|
|
|
> quote text goes here
|
|
|
|
`inline code`
|
|
|
|
```js
|
|
#block code
|
|
var x = 1
|
|
```
|
|
|
|
|
|
| heading 1 | heading 2 |
|
|
| ---------- | ---------- |
|
|
| content 1a | content 2a |
|
|
| content 1b | content 2b |
|
|
|
|
<!-- ::ProjectCardV2
|
|
---
|
|
src:https://img.itch.zone/aW1nLzE3MzE3NDAzLnBuZw==/315x250%23c/pxmt%2BB.png
|
|
title:ChronoChamber
|
|
description:Complete the level before time catches up to you
|
|
---
|
|
:: -->
|
|
|
|
> [!NOTE] test
|
|
> Contents
|
|
|
|
$1m^3$
|
|
|
|
---
|
|
|
|
### Links to google:
|
|
|
|
- https://google.com
|
|
- [Google but cooler](https://google.com)
|
|
|
|
---
|
|
|
|
### Image Test
|
|

|
|
|
|
## Final Thoughts
|
|
|
|
Looks like most things are working really well, just need to do a few changes to get code formatting working properly |