this is a heading 1
this is a heading 2
this is a paragraph with bold and italic text.
- Here is a list item
- Another list item
This is a blockquote. here you go my friend.
inline code
// code block
console.log("Hello, MDX!");
function add(a, b) {
return a + b;
}