astro-page-template /astro-page-template/


This is the content of the page written by mdx

0

Hello, React!

This is a counter!

Syntax highlighting

We also support syntax highlighting in MDX out-of-the-box! This example uses our default Shiki theme. See the MDX integration docs for configuration options.

astro
---
const weSupportAstro = true;
---
<h1>Hey, what theme is that? Looks nice!</h1>