--- 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. ## Link Go to search ## Image developomp icon ## Video
## Table | align right | align center | align left | | ----------: | :----------: | :--------- | | one | A | 1 | | two | B | 2 | | three | C | 3 | ## List - Unordered list item - Unordered list item - unordered list sub-item - unordered list sub-item - [ ] Unordered task list item (unchecked) - [x] Unordered task list item (checked) - [ ] unordered task list sub-item (unchecked) - [x] unordered task list sub-item (checked) 1. Ordered list item 2. Ordered list item 1. ordered list sub item 2. ordered list sub item 3. [ ] Ordered list task item (unchecked) 4. [x] Ordered list task item (checked) 1. [ ] Ordered list task sub-item (unchecked) 2. [x] Ordered list task sub-item (checked) ## Code Here's a `code`. ```python if __name__ == "__main__": print("And here's a language-specific code block") # with comments! ``` ## Etc > blockquote > > > nested blockquote **bold**
_italic_
~~strikethrough~~
underlined ## Styling

centered paragraph

## Key Do you remember the first time you pressed Ctrl+C in terminal? ## Mathematical expression $e=mc^2$ is actually $e^2=(mc^2)^2 + (pc)^2$.