pompy.dev/source/markdown/posts/test post.md
2021-08-04 13:38:27 +09:00

1.5 KiB

title date tags
Test post 2021-07-26
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.

if __name__ == "__main__":
	print("And here's a 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.