This is a sample documentation page that demonstrates our enhanced MDX capabilities with admonitions.
This is a note with a custom title! You can use bold, italic, and inline code in both the title and content.
Here's a helpful tip with a custom title. You can even include code blocks:
function hello() {
console.log('Hello, world!');
}
This is a regular info box without a title. It's great for general information.
You can use blockquotes and other Markdown features inside admonitions!
This is a warning with a title. Pay attention to:
This is a danger alert with a title! Use this for:
You can even nest admonitions:
This is a parent admonition.
This is a child tip inside the parent info box.
Some more content here.
More parent content.
You can use all the regular MDX features like:
inline code// Code blocks
function hello() {
console.log('Hello, world!');
}
Blockquotes are also supported!
This is a custom React component inside MDX!