Welcome to my MDX page!

Here are examples what we can do with the mdx.

Adding images (place images to public folder):

test

This is some bold and italics text.

This is a list in markdown:

  • One
  • Two
  • Three

Checkout my React component:

Welcome to my MDX page!

This is some bold and italics text.

This is a list in markdown:

  • One
  • Two
  • Three

Checkout my React component:

print("hello world!")
for i in range(10):
    print(i)