Hello, World!

Sample post

This is a heading

This is a sample post written in MDX. You can use Markdown syntax and JSX in the same file.

id1id2id3
123
456
  • hoge
  • fuga
  • piyo
  1. first, do this
  2. then, do that
  3. finally, do the other thing

This is a sub-heading

This is a paragraph. You can use inline code like print("Hello, World!"). You can also use code blocks like following.

hello.py
def hello():
    print("Hello, World!")

hello()
fn main() {
    println!("Hello, World!");
}

This is a sub-sub-heading

This is a paragraph. You can use bold and italic and strikethrough. You can also use links.