2020-11-10 23:16:55 +08:00

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`.
哦豁