Markdown page
This is a page generated from markdown to illustrate the markdown page feature.
It supports all the regular MDX features, as you can see:
info
Useful information.
Live Editor
Result
Using relative path
Using absolute path
- Apple
- Orange
- Banana
This is an apple 🍎
Import Mdx and Md files
// *.md file
import Chapter1 from './_chapter1.md';
<Chapter1 />;
// *.mdx file
import Chapter2 from './_chapter2.mdx';
<Chapter2 />;
Chapter 1
Lorem ipsum chapter 1
Chapter 2
Lorem ipsum chapter 2