Skip to content

Imports within MDX files don't work #8

Description

@sreetamdas
// dynamic import here fails
import { Title, Highlight } from "./components/shared";

<Title>Hello World!</Title>

---

# Title

## Subheading

### Sub-section heading

Normal text

---

## Third page's heading

- First item
- Second item

<hr></hr>

<Highlight>It&apos;s all purple! A React component!</Highlight>

<Highlight>

## Markdown inside JSX

</Highlight>

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions