This is an example project page that demonstrates all the capabilities of MDX.
Features
You can write regular text, bold text, italic text, and even create lists:
- Feature one
- Feature two
- Feature three
Code Example
Here's a code block example:
function helloWorld() {
console.log('Hello, World!');
return true;
}
Images
You can embed images (when you have them):
<Image src="/your-image.png" alt="Description" width={600} height={400} />
Video
Embed YouTube videos using the YouTube component:
Links and Buttons
Use buttons to link to external resources:
Visit Demo
View Source Code
Tables
Create organized data tables:
More Features
You can continue adding more content, mix different element types, and create a comprehensive project documentation page all in one MDX file!