Heritage Chasers

Blog post

Hello World


MDX Comprehensive Guide

1. Title (H1)

2. Heading (H2)

3. Subheading (H3)

Here is a paragraph with bold text, italic text, and strikethrough text. You can also use inline code or show a link to the MDX Website.


Lists

  • Unordered List Item A
  • Unordered List Item B
    • Sub-item 1
    • Sub-item 2
  1. Ordered List Item 1
  2. Ordered List Item 2

Blockquotes

"MDX allows you to use JSX in your markdown content." — MDX Documentation


Images

External Image:

What Screen Readers Will Read

Internal Image (hosted on the site):

Internal Image


Code Blocks

// A syntax-highlighted code block
function greet(name) {
  return `Hello, ${name}!`;
}
console.log(greet("World"));

Related Post

Test Blog Post

This is a test for the blog post page.

  • test
  • this is a test
  • mdx

Taylor - 4/3/2026