post
My first post
This is my first post

Now write your post in markdown here. You can use styling like bold or italic or strikethrough. You can also use links or images .
Code blocks are also supported:
local function hello()
print("Hello world!")
end
You can also use HTML tags like <div>
or <span>
or <img>
.
Headings
Blockquotes are also supported:
This is a blockquote. You can use it to quote someone or something.
You can also use tables:
Header 1 | Header 2 | Header 3 |
---|---|---|
Cell 1 | Cell 2 | Cell 3 |
Cell 4 | Cell 5 | Cell 6 |
And you can also use lists:
- List item 1
- List item 2
- List item 3
- List item 1
- List item 2
- List item 3
You can also use horizontal rules:
Bascially, you can use any markdown syntax you want. If you want to learn more about markdown, you can read the Markdown Guide.