Welcome to my MDX page!
This is some bold and italics text.
This is a list in markdown:
- One
- Two
- Three
This is a subheading
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla nec odio nec nunc tincidunt tincidunt
const myFunction = () => {
console.log("Hello, world!");
};
Tables
Here is a table:
Name | Age | Location |
---|---|---|
Alice | 24 | Toronto |
Bob | 28 | New York |