diff options
Diffstat (limited to 'site/content/posts/first.md')
| -rw-r--r-- | site/content/posts/first.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/site/content/posts/first.md b/site/content/posts/first.md index fcfff8e..9e87045 100644 --- a/site/content/posts/first.md +++ b/site/content/posts/first.md @@ -9,6 +9,11 @@ hello this is a post **bold** this is a really long line this is a really long line this is a really long line this is a really long line this is a really long line this is a really long line this is a really long line this is a really long line this is a really long line this is a really long line this is a really long line this is a really long line this is a really long line this is a really long line +```python +def hello(): + print("hello") +``` + - item1 - item2 - item3 |
