Files
cyper-site/cyperpunk.de/src/content/posts/test.md
T
2026-06-07 23:26:31 +02:00

1.5 KiB

title, date, published, tags
title date published tags
Markdown Test 2026-06-07 false
blog
nix
astro

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

This is a normal paragraph with bold text, italic text, and inline code. You can also combine bold and italic.


This is a blockquote. It can span multiple lines and is great for quoting someone or highlighting something important.


Visit Gitea Square Image Landscape Image Portrait Image


Lists

Unordered:

  • Item one
  • Item two
    • Nested item
    • Another nested item
  • Item three

Ordered:

  1. First
  2. Second
  3. Third

ToDo

  • Task 1
  • Task 2

Code

Inline: pnpm dev

Block:

pnpm add @astrojs/rss
pnpm dev
pnpm build
const posts = await getCollection('posts');
posts.sort((a, b) => b.data.date.valueOf() - a.data.date.valueOf());

Table

Name Role OS
DerGrumpf Media Scientist NixOS
Phil Programmer Linux

Horizontal Rule

Above this line is a horizontal rule.


Strikethrough text is also supported.

Note

This is a note.

Test

Warning

This is a warning.

Tip

This is a tip.

Important

This is important.

Caution

This is a caution.