Test post

About this post: Test post! Nothing to see here!
Publish date: 2025-01-22 10:00:00
Author: SSP6904

Headers

# Header 1
## Header 2
### Header 3
#### Header 4
##### Header 5
###### Header 6

Paragraphs with styling

Basic inline paragraph

_Oh look! I'm sideways!_

**Bolded for important information!**

~~Removed content~~

Code blocks

# append to file
echo "Hello world" > ~/hello.txt

# view file
cat ~/hello.txt
<!-- simple html block -->
<div id="hello">Hi</div>
// simple console log message
console.log('hello there!');

Quote block

> Notice:
>
> This is quote box.

Alert blocks

Listing blocks

You need to have:

- A computer
- A mouse
- A keyboard

Follow these steps:

1. Write anything you like
    - Make sure to follow the syntax!
2. Name your file as a markdown file
    - Has to have "md" at the end!
3. Commit your changes
    - Have a informal message! It helps a lot!
Here is an example link: [example.com](https://example.com)

Also can be [inline](https://example.com) inside text!

Table block

|Name       |Date      |
|-----------|----------|
|John Doe   |2024/08/10|

Author