blob: 1a13dcdcc64a61e9c2092f156245f41f5e8a39bf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# Astro Example: MDX
```
npm init astro -- --template with-mdx
```
[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/with-mdx)
This example showcases using [`@astrojs/mdx`](https://www.npmjs.com/package/@astrojs/mdx) to author content using [MDX](https://mdxjs.com/).
|