Skip to content

Commit

Permalink
docs: fix broken syntax highlight in code block
Browse files Browse the repository at this point in the history
  • Loading branch information
bandantonio committed Feb 22, 2023
1 parent c91a053 commit 6aed3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/en/guides/markdown-content.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ Don't forget to include a `client:directive` on your UI framework components, if

See more examples of using import and export statements in the [MDX docs](https://mdxjs.com/docs/what-is-mdx/#esm).

```astro title="src/pages/about.mdx" {5-6} /<.+\/>/
```mdx title="src/pages/about.mdx" {5-6} /<.+\/>/
---
layout: ../layouts/BaseLayout.astro
title: About me
Expand Down

0 comments on commit 6aed3d5

Please sign in to comment.