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

64 lines
818 B
Markdown

---
title: Hello
date: 2025-01-07
---
Some excerpt for the blog post teasing what it is _about_
---
[[TOC]]
## Some test blog post
with some lorem ipsum text
```python [test.py]
def hello_world() -> str:
return "Hello, World!"
if __name__ == "__main__":
string = hello_world()
print(string)
```
::: code-group
```sh [npm]
npm install vitepress-plugin-group-icons
```
```sh [yarn]
yarn add vitepress-plugin-group-icons
```
```sh [pnpm]
pnpm add vitepress-plugin-group-icons
```
```sh [bun]
bun add vitepress-plugin-group-icons
```
:::
> [!TIP]
> Highlights information that users should take into account, even when skimming.
::: tip
Some nice tip here
:::
```js
export default {
name: "MyComponent",
};
```
## Hello 2
some more `text` with _awesome_ **formatting**
---
some more text