this is a heading 1

this is a heading 2

this is a paragraph with bold and italic text.

This is a blockquote. here you go my friend.

inline code

// code block
console.log("Hello, MDX!");
 
function add(a, b) {
    return a + b;
}