MDX examples for styling testing

Published on Tuesday, March 12, 2024
screenshot of this blog post
screenshot of this blog post

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Bold Text

Italic Text

Strikethrough Text


Blockquote


  • List Item 1
  • List Item 2
  • List Item 3
  1. Ordered Item 1
  2. Ordered Item 2
  3. Ordered Item 3

Link

Image Local


Inline Code


Column 1Column 2Column 3
Cell 1Cell 2Cell 3
Cell 4Cell 5Cell 6

function example() {
  console.log('Hello, World!');
}

example();

console.log('Goodbye, World!');

// Output:
// Hello, World!

Click to expand

Content inside the details element.


  • Checkbox 1
  • Checkbox 2
  • Checkbox 3