MDX Test Route
This is an MDX test page that showcases various MDX elements and code blocks.
MD
Let's try using a component!
Headings
Level 3 Heading
Level 4 Heading
Level 5 Heading
Level 6 Heading
Paragraphs
This is a paragraph. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam luctus felis vel risus lacinia, eu fringilla urna mattis. Sed maximus urna eu arcu blandit pulvinar.
Etiam lobortis volutpat ligula, a facilisis purus. Sed vel felis blandit, sodales urna ac, varius mi. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.
Lists
Unordered List
- Item 1
- Item 2
- Item 3
Ordered List
- Item 1
- Item 2
- Item 3
Images
Basic Image with alt text

Image with Image component
/wNB551TsEb7KFU3an5LwOrgvUpn.jpg)
Links
Blockquote
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam luctus felis vel risus lacinia, eu fringilla urna mattis.
Horizontal Rule
Code Blocks
Inline Code
This is an example of inline code.
Basic Code Blocks
Basic Code Blocks with copy button
Line highlights
Line highlights can be turned via the line meta property.
If I want to select line 3:
I can also use ranges:
Or multiple unique lines:
Word highlights
I can highlight specific words in the code block by wrapping them in __ (double underscores).