title |
---|
Example 01 |
import LoremIpsum from '../reusable-content/_loremIpsum.mdx' import Leo from '../reusable-content/_leo.mdx'
:::info EXAMPLE DESCRIPTION This Markdown file imports content from two MDX files:
docs/reusable-content/_loremIpsum.mdx
docs/reusable-content/_leo.mdx
:::
This is content that is on the "host" Markdown file.
This is once again in-file content.
:::tip This means that you can easily place reusable content within your Markdown files. Isn't that awesome? :::