25 lines
331 B
Plaintext
25 lines
331 B
Plaintext
---
|
|
title: Test
|
|
description: A document to test Fumadocs
|
|
---
|
|
|
|
Hey there!
|
|
|
|
## Cards
|
|
|
|
<Cards>
|
|
<Card title="Learn more about Next.js" href="https://nextjs.org/docs" />
|
|
<Card title="Learn more about Fumadocs" href="https://fumadocs.dev" />
|
|
</Cards>
|
|
|
|
### CodeBlock
|
|
|
|
```js
|
|
console.log('Hello World');
|
|
```
|
|
|
|
#### List
|
|
|
|
- Hello
|
|
- World
|