Welcome to Our Documentation

This is a sample documentation page that demonstrates our enhanced MDX capabilities with admonitions.

Important Note

This is a note with a custom title! You can use bold, italic, and inline code in both the title and content.

  • Lists work too
  • With full Markdown support
Pro Tip!

Here's a helpful tip with a custom title. You can even include code blocks:

function hello() {
  console.log('Hello, world!');
}
info

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!

Careful!

This is a warning with a title. Pay attention to:

  1. Important points
  2. Critical details
  3. Key considerations
Critical Error

This is a danger alert with a title! Use this for:

  • Breaking changes
  • Security issues
  • Critical warnings

Nested Admonitions

You can even nest admonitions:

Parent Info

This is a parent admonition.

Child Tip

This is a child tip inside the parent info box.

Some more content here.

More parent content.

Regular MDX Features

You can use all the regular MDX features like:

  • Lists
  • Bold text
  • Italic text
  • inline code
// Code blocks
function hello() {
  console.log('Hello, world!');
}

Blockquotes are also supported!

This is a custom React component inside MDX!