25 lines
234 B
Markdown
25 lines
234 B
Markdown
---
|
|
title: "Second Post"
|
|
date: 2021-04-15T23:39:49+05:30
|
|
tags: ["xyz", "def"]
|
|
type: "post"
|
|
---
|
|
|
|
Yo yo yo
|
|
|
|
# This is a heading
|
|
|
|
- And
|
|
- this
|
|
- is
|
|
- a
|
|
- list
|
|
|
|
```py
|
|
Codeblocks look like this
|
|
|
|
def print():
|
|
print('Hello world!')
|
|
|
|
```
|