This is bold text
This is italic text
~~Strikethrough~~
Develop. Preview. Ship. – Vercel
Unordered
Ordered
Inline code
export default function Nextra({ Component, pageProps }) {
return (
<>
<Head>
<link
rel="alternate"
type="application/rss+xml"
title="RSS"
href="/feed.xml"
/>
<link
rel="preload"
href="/fonts/Inter-roman.latin.var.woff2"
as="font"
type="font/woff2"
crossOrigin="anonymous"
/>
</Head>
<Component {...pageProps} />
</>
)
}
| Syntax | Description | | --------- | ----------- | | Header | Title | | Paragraph | Text |
[^1]: Footnote can have markup
and multiple paragraphs.
[^2]: Footnote text.
2022-06-11