astro/examples/with-mdx
Nate Moore 8859655f15
Update astro version to 1.0.0-rc.0 (#4030)
* chore: update `astro` to `1.0.0-rc.0`

* chore: update `astro` version in examples

Co-authored-by: Nate Moore <nate@astro.build>
2022-07-24 22:32:28 -04:00
..
.vscode [ci] format 2022-07-01 20:53:13 +00:00
public MDX support (#3706) 2022-06-30 13:09:09 -05:00
src [MDX] Add Prism and Shiki support (#4002) 2022-07-21 16:43:58 -04:00
.gitignore MDX support (#3706) 2022-06-30 13:09:09 -05:00
.npmrc MDX support (#3706) 2022-06-30 13:09:09 -05:00
.stackblitzrc MDX support (#3706) 2022-06-30 13:09:09 -05:00
astro.config.mjs [ci] format 2022-06-30 18:11:12 +00:00
package.json Update astro version to 1.0.0-rc.0 (#4030) 2022-07-24 22:32:28 -04:00
README.md MDX support (#3706) 2022-06-30 13:09:09 -05:00
sandbox.config.json MDX support (#3706) 2022-06-30 13:09:09 -05:00
tsconfig.json Move client types into Astro (#3851) 2022-07-11 08:12:18 -04:00

Astro Example: MDX

npm init astro -- --template with-mdx

Open in StackBlitz

This example showcases using @astrojs/mdx to author content using MDX.