令标题符合 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 @@
"""
后端驱动适配基类
=================
## 后端驱动适配基类
各驱动请继承以下基类
"""

View File

@ -1,6 +1,5 @@
"""
AIOHTTP 驱动适配
================
## AIOHTTP 驱动适配
本驱动仅支持客户端连接
"""

View File

@ -1,6 +1,5 @@
"""
FastAPI 驱动适配
================
## FastAPI 驱动适配
本驱动同时支持服务端以及客户端连接

View File

@ -1,6 +1,5 @@
"""
Quart 驱动适配
================
## Quart 驱动适配
后端使用方法请参考: `Quart 文档`_