Files
gokarna/exampleSite/content/posts/third_post.md
2021-05-29 19:14:36 +05:30

25 lines
226 B
Markdown

---
title: "Third Post"
date: 2020-04-15T23:39:49+05:30
tags: ["xyz"]
type: "post"
---
Yo yo yo
# This is a heading
- And
- this
- is
- a
- list
```py
Codeblocks look like this
def print():
print('Hello world!')
```