Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 306 Bytes

markdown.page.md

File metadata and controls

13 lines (8 loc) · 306 Bytes

import { Counter } from './_components/Counter';

export const documentProps = { title: 'Some Markdown Page' };

Markdown

This page is written in Markdown.

To use Markdown add vite-plugin-mdx to your vite.config.js.

MDX allows us to include interactive components in the markdown.