36 lines
469 B
Markdown
36 lines
469 B
Markdown
---
|
|
title: 进行测试
|
|
description: Learn how to write and customize your documentation.
|
|
navigation:
|
|
icon: i-lucide-sliders
|
|
---
|
|
|
|
|
|
# 这是一个H1标签
|
|
|
|
## 这是一个H2标签
|
|
|
|
### 这是一个H3标签
|
|
|
|
#### 这是一个H4标签
|
|
|
|
##### 这是一个H5标签
|
|
|
|
###### 这是一个H6标签
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
::field{name="Field" type="string" defaultValue="'default'" required}
|
|
The _description_ can be set as prop or in the default slot with full **markdown** support.
|
|
::
|
|
|
|
|
|
|
|
|