<div class="blog-post-header">
<div class="blog-post-date">Friday - Feb 07, 2025</div>
<hr class="blog-post-header-sep">
</div>
This is a test blog post
I'll be testing some formatting here, I guess.
# Heading 1
## Heading 2
### Heading 3
#### Heading 4
##### Heading 5
###### Heading 6
**Bold**
*Italic*
***Bold+Italic***
~~Strikethrough~~
- Bulletpoint
- [ ] Unchecked Task
- [x] Checked Task
- [-] Checked but not crossed Task
1. Numbered List
> Quote
>[!INFO]
>Info block
`Inline Code`
```js
console.log("Codeblock");
```
#tag
==Highlight==
***
[[Missing Link]]
[[Home|Link]]
[External Link](https://google.com/)
