astro/examples/with-mdx
Nate Moore 5fe52737cb
Update MDX example to address failure (#3799)
* fix: do not use symbol in JSX runtime

* chore: update MDX example

Co-authored-by: Nate Moore <nate@astro.build>
2022-07-01 15:51:28 -05:00
..
.vscode Update MDX example to address failure (#3799) 2022-07-01 15:51:28 -05:00
public MDX support (#3706) 2022-06-30 13:09:09 -05:00
src Update MDX example to address failure (#3799) 2022-07-01 15:51:28 -05: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 [ci] release (#3789) 2022-07-01 17:43:26 +00: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 MDX support (#3706) 2022-06-30 13:09:09 -05:00

Astro Example: MDX

npm init astro -- --template with-mdx

Open in StackBlitz

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