mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-03-18 13:14:52 +08:00
25 lines
444 B
Markdown
25 lines
444 B
Markdown
# 测试文档
|
|
|
|
## 测试锚点1
|
|
|
|
哈哈哈哈哈
|
|
|
|
## 测试锚点2
|
|
|
|
哦吼
|
|
|
|
## 测试代码段
|
|
```php
|
|
if(true) {
|
|
return "hahah";
|
|
}
|
|
```
|
|
|
|
## 测试 MkDocs
|
|
!!! warning "Theme extension prerequisites"
|
|
|
|
As the `custom_dir` variable is used for the theme extension process,
|
|
Material for MkDocs needs to be installed via `pip` and referenced with the
|
|
`name` parameter in `mkdocs.yml`. It will not work when cloning from `git`.
|
|
|
|
哦豁 |