1.5 KiB
1.5 KiB
title | date | tags | |
---|---|---|---|
Test post | 2021-07-26 |
|
This post exists to test various features such as markdown-to-html conversion.
A post have title, post date, tags, and content.
Image
Video
Table
align right | align center | align left |
---|---|---|
one | A | 1 |
two | B | 2 |
three | C | 3 |
List
- Unordered list
- sub item
- sub item
- Unordered list
- Unordered list
- Ordered list
- sub item
- sub item
- Ordered list
- Ordered list
Code
Here's a code
.
if __name__ == "__main__":
print("And here's a code block") # with comments!
Etc
blockquote
nested blockquote
bold
italic
strikethrough
underlined
Styling
centered paragraph
Key
Ctrl+C
Mathematical expression
e=mc^2
is actually e^2=(mc^2)^2 + (pc)^2
.