Skip to content

Commit

Permalink
fixing another JSX markdown component test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Sullivan committed Jul 22, 2022
1 parent a7d4672 commit 6a7240a
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,15 @@
import Markdown from '@astrojs/markdown-component';
import Layout from '../layouts/content.astro';
import Hello from '../components/Hello.jsx';
import Counter from '../components/Counter.jsx';
const title = 'My Blog Post';
const description = 'This is a post about some stuff.';
---

<Layout>
<Markdown is:raw>
<Markdown>
## Interesting Topic

<Hello name={`world`} />
<Counter client:load />
</Markdown>
</Layout>

0 comments on commit 6a7240a

Please sign in to comment.