diff options
Diffstat (limited to 'examples/with-mdx/src')
-rw-r--r-- | examples/with-mdx/src/pages/index.mdx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-mdx/src/pages/index.mdx b/examples/with-mdx/src/pages/index.mdx index b93def233..13a929624 100644 --- a/examples/with-mdx/src/pages/index.mdx +++ b/examples/with-mdx/src/pages/index.mdx @@ -22,7 +22,7 @@ We also support syntax highlighting in MDX out-of-the-box! This example uses our ```astro --- -const weSupportAstro = true +const weSupportAstro = true; --- <h1>Hey, what theme is that? Looks nice!</h1> |