This commit is contained in:
2025-06-19 13:40:31 +02:00
parent 24d03302b6
commit 60b66ef57c
9 changed files with 138 additions and 28 deletions

View File

@@ -94,6 +94,14 @@ print("Hello, world!")
```
### Code Blog (test)
```Python
def hello():
return true;
```
### Code Block (indented)
```Python
def indented_example():