1.5 KiB
1.5 KiB
title, date, published, tags
| title | date | published | tags | |||
|---|---|---|---|---|---|---|
| Markdown Test | 2026-06-07 | false |
|
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.
Links and Images
Lists
Unordered:
- Item one
- Item two
- Nested item
- Another nested item
- Item three
Ordered:
- First
- Second
- 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.