1
Fork 0
shareable-configs/packages/test-samples/samples/sample.mdx

21 lines
245 B
Plaintext
Raw Normal View History

import AstroSample from "./sample.astro";
2022-12-02 10:47:58 +00:00
export const title = "Sample MDX";
export const Header = () => {
return (
<header>
<h1>{title}</h1>
</header>
);
};
<Header />
2022-12-02 13:17:47 +00:00
## Contents
- Section 1
- Section 2
<AstroSample />