cover

1 December 2024

Example Post for My Markdown Engine

19s
testing
markdown
engine

This is just a simple example to test the capabilities of my blog engine.

Current features

- Custom blog cover

- Custom accent color

- Tags

- Headings: H1, H2, H3, H4

- Paragraphs

- Basic Images

- Empty Lines

Headings

Heading 1

Heading 2

Heading 3

Heading 4

Paragraphs

Lorem ipsum this is text.

Images

Code blocks

Golang

func main(){
	fmt.Println("Hello World")
}

This prints words: fmt.Println("hi!").

Blockquotes are awesome!