added first 2 blog posts!!!
This commit is contained in:
parent
2656ef7e74
commit
0a35d63d32
4 changed files with 85 additions and 23 deletions
|
|
@ -6,13 +6,54 @@ date: '20-07-2024'
|
|||
|
||||
---
|
||||
|
||||
title
|
||||
## Hello World!
|
||||
|
||||
# Hello world
|
||||
If you can see this post then that means everything *should* be working
|
||||
|
||||
Markdown test post
|
||||
|
||||
- meow
|
||||
- nya
|
||||
## Mardown Test Stuff
|
||||
|
||||
dsadsa
|
||||
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
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
### 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue