Home

A test entry with all blocks for testing

2023-01-24T00:00:00.000+01:00

Here will be paragraph tests

It has some text as content for starters.
Some line break here

This paragraph is italic

This paragraph is partly bold

This paragraph is underlined

This paragraph is strikethrough

This is all at once

In here, we have everything after each other

This is a Link

This is a somewhat longer paragraph. It has a link in the middle, let’s see how that works.

This is code

Another headline

  • This is
  • an unordered
  • list

Then we have some text in between

  1. and an
  2. ordered list
  3. with some bullet points

Then some text again

And a quote, that will make the whole article feel more well researched than it is
A todo
another one
this one checked

The last headline

We will also need to test for images and codeblocks and stuff

Here is an image:

With a caption

And a codeblock:

export const ListItem = ({ children }) => {
	return <li>{children}</li>
}

This is a link to another page