Files
gokarna/exampleSite/content/posts/first_post.md
2021-05-28 17:17:49 +05:30

24 lines
220 B
Markdown

---
title: "First Post"
date: 2021-05-15T23:39:49+05:30
tags: ["abc", "def"]
---
Yo yo yo
# This is a heading
- And
- this
- is
- a
- list
```py
Codeblocks look like this
def print():
print('Hello world!')
```