Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 584 Bytes

File metadata and controls

28 lines (19 loc) · 584 Bytes
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 :::

In-file content

This is content that is on the "host" Markdown file.

Back to in-file content

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? :::