4 lines
112 B
Python
4 lines
112 B
Python
|
|
# renderers — 自定义渲染器
|
||
|
|
# 文件命名: render_<name>.py
|
||
|
|
# 函数签名: render(content: str) -> str
|