simon-einzinger.de/docs/posts/hello.md
2025-01-29 22:02:53 +01:00

818 B

title date
Hello 2025-01-07

Some excerpt for the blog post teasing what it is about


TOC

Some test blog post

with some lorem ipsum text

def hello_world() -> str:
    return "Hello, World!"

if __name__ == "__main__":
    string = hello_world()
    print(string)

::: code-group

npm install vitepress-plugin-group-icons
yarn add vitepress-plugin-group-icons
pnpm add vitepress-plugin-group-icons
bun add vitepress-plugin-group-icons

:::

Tip

Highlights information that users should take into account, even when skimming.

::: tip Some nice tip here :::

export default {
  name: "MyComponent",
};

Hello 2

some more text with awesome formatting


some more text