Markdown转图片
Markdown转图片运用程序:https://github.com/Controllerdestiny/MarkdownImageAPI,https://github.com/sindresorhus/github-markdown-css
GET
POST
API链接
https://oiapi.net/api/MarkdownToImage
请求参数
参数名 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
content |
string | 必填 | Markdown语法内容 | 暂无 |
dark |
default | 可选 | 是否为夜间模式,默认否,不为空为夜间模式 | 暂无 |
height |
default | 可选 | 是否高度自适应,默认否,不为空则为是 | 暂无 |
width |
default | 可选 | 是否宽度自适应,默认否,不为空则为是 | 暂无 |