添加custom-post初步测试

This commit is contained in:
Azide
2022-07-05 12:54:35 +08:00
parent f354f86dad
commit 6a04e9345d
2 changed files with 30 additions and 0 deletions
@@ -66,6 +66,8 @@ class CustomPost(_CustomPost, AbstractPost):
通过将text/image转换成对应的markdown语法, 生成markdown文本
理论上text部分可以直接使用markdown语法, 例如 ###123
最后使用htmlrender渲染为图片
"""