Template
1
0
mirror of https://github.com/r-ca/md2pdf-meow.git synced 2025-04-30 11:20:49 +00:00
This commit is contained in:
rca 2024-08-12 17:37:06 +09:00
parent 3f48a8fd54
commit f15f3baece

@ -49,6 +49,7 @@ Python code block:
def greet(name): def greet(name):
print(f"Hello, {name}!") print(f"Hello, {name}!")
greet("Markdown") greet("Markdown")
```
--- ---