令标题符合 markdown 语法

This commit is contained in:
hemengyang
2022-01-12 19:24:01 +08:00
parent cd69b22d43
commit ec06010298
16 changed files with 16 additions and 32 deletions

View File

@ -1,6 +1,5 @@
"""
规则
====
## 规则
每个事件响应器 `Matcher` 拥有一个匹配规则 `Rule` ,其中是 `RuleChecker` 的集合,只有当所有 `RuleChecker` 检查结果为 `True` 时继续运行。