- Importing a markdown file as a component
- Rendering a markdown file as a page
- Extracting frontmatter from a MDX file
- Syntax highlighting code blocks
export const fn = () => console.log("This code should be formatted");
export const fn = () => console.log("This code should be formatted");