This post demonstrates the various features available in my blog, thanks to MDX and custom components.
Headings, Lists, and Links
You can use all standard Markdown features:
- Lists
- Bold and italic text
- Links
Code Blocks
function hello(name) {
return `Hello, ${name}!`;
}
Live Code Sandbox
Tweet Embeds
Images
Custom Components
You can use custom React components, like the code sandbox above, or even more advanced ones.
This post is a quick tour of what’s possible. Try writing your own MDX post to see even more!