2022-10-12 22:06:54 +02:00
|
|
|
---
|
|
|
|
title: Example Post
|
|
|
|
description: This frontmatter description will appear below the title
|
|
|
|
---
|
|
|
|
|
2022-10-31 22:44:13 +01:00
|
|
|
This is an example post, with a [link](https://nextjs.org) and a React
|
|
|
|
component:
|
2022-10-12 22:06:54 +02:00
|
|
|
|
|
|
|
<TestComponent name="next-mdx-remote" />
|
|
|
|
|
2022-10-31 22:44:13 +01:00
|
|
|
The title and description are pulled from the MDX file and processed using
|
|
|
|
`gray-matter`. Additionally, links are rendered using a custom component passed
|
|
|
|
to `next-mdx-remote`.
|
2022-10-12 22:06:54 +02:00
|
|
|
|
|
|
|
Go back [home](/).
|