mdx tests

tests with various mdx components

nextjsmdxreact

rust
fn main() {
  println!("hello world");
}

H1 Header

H2 Header

H3 Header

H4 Header

Bold Text or Bold Text

Italic Text or Italic Text

Bold and Italic Text

  • Item 1
  • Item 2
    • Subitem 2.1
    • Subitem 2.2
  1. First item
  2. Second item
    1. Subitem 2.1
    2. Subitem 2.2

Link Text

This is a blockquote. It can span multiple lines.


Column 1Column 2Column 3
Value 1Value 2Value 3
Value AValue BValue C
  • Task 1
  • Task 2

alert title

custom todo component

done custom todo

todo item

This is strikethrough

This is a red paragraph.