heading 1
demonstrating how are mdx files parsed
another heading this time 2nd
console.log('Hello, mdx!');
Adding Interactive Elements
now here we come with the cool part of mdx which is basically md+jsx wheere i can directly embed react components
Here's my newsletter signup form:
Stay ahead of the curve with my monthly newsletter called Luminary.
lets try a custom a button also
Conclusion
earlier i talked about jsx. now i wote this div via jsx was written here in this file
meaning now i can embed html elements
i can also use inline css
Thanks for sticking around!