Here are examples what we can do with the mdx.
Adding images (place images to public folder):
This is some bold and italics text.
This is a list in markdown:
Checkout my React component:
Welcome to my MDX page!
This is some bold and italics text.
This is a list in markdown:
Checkout my React component:
print("hello world!")
for i in range(10):
print(i)