We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e06af10 commit 27892c4Copy full SHA for 27892c4
.pre-commit-config.yaml
@@ -20,6 +20,7 @@ repos:
20
- id: trailing-whitespace # 删除行尾空格
21
- id: end-of-file-fixer # 确保文件以换行符结束
22
- id: check-yaml # 检查 YAML 语法
23
+ args: ['--unsafe']
24
- id: check-added-large-files # 防止提交大文件
25
args: ['--maxkb=1000']
26
- id: check-merge-conflict # 检查合并冲突标记
mkdocs.yml
@@ -64,8 +64,8 @@ markdown_extensions:
64
- admonition
65
- pymdownx.details
66
- pymdownx.emoji:
67
- emoji_index: material.extensions.emoji.twemoji
68
- emoji_generator: material.extensions.emoji.to_svg
+ emoji_index: !!python/name:material.extensions.emoji.twemoji
+ emoji_generator: !!python/name:material.extensions.emoji.to_svg
69
- attr_list
70
- md_in_html
71
- tables
0 commit comments