astro/packages/integrations/mdx/test/fixtures/mdx-script-style-raw/src/pages/index.mdx

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

14 lines
170 B
Text
Raw Normal View History

# Script style raw
<script id="test-script">
{`console.log('raw script')`}
</script>
<style id="test-style">
{`
h1[id="script-style-raw"] {
color: red;
}
`}
</style>