#
Markdown pageThis 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 absolute path- Apple
- Orange
- Banana
This is an apple 🍎
This is an orange 🍊
This is a banana 🍌
#
Import Mdx and Md files#
Chapter 1Lorem ipsum chapter 1
#
Chapter 2Lorem ipsum chapter 2
#
CommentsMDX comments can be used with
See, nothing is displayed:
#
Import code block from source code fileLet's say you have a React component.
You can import and use it in MDX:
myMarkdownFile.mdx
http://localhost:3000
MyComponent rendered !
bool=false
But you can also display its source code directly in MDX, thanks to Webpack raw-loader
myMarkdownFile.mdx
http://localhost:3000