--- title: Test post date: 2021-07-26 tags: - test --- This post exists to test various features such as markdown-to-html conversion.
A post have title, post date, tags, and content. ## Image developomp icon ## 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 1. Ordered list 1. sub item 2. sub item 2. Ordered list 3. Ordered list ## Code Here's a `code`. ```python 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$.