astro/packages/integrations/mdx/test/fixtures/css-head-mdx/src/test.mdx

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
160 B
Text
Raw Normal View History

---
title: "hello world"
publishDate: "2023-01-01"
---
import HelloWorld from './components/HelloWorld.astro';
# Test
123
<HelloWorld />
456