From 0f21ff4a90b06e48daf875d247c3806a599622df Mon Sep 17 00:00:00 2001 From: ANGJustinl Date: Sun, 9 Nov 2025 13:29:50 +0800 Subject: [PATCH] :beers: publish plugin nonebot_plugin_markdown2img (#3729) --- assets/plugins.json5 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/assets/plugins.json5 b/assets/plugins.json5 index 3b8d79f6..aaf5dcd0 100644 --- a/assets/plugins.json5 +++ b/assets/plugins.json5 @@ -9903,4 +9903,20 @@ ], "is_official": false }, + { + "module_name": "nonebot_plugin_markdown2img", + "project_link": "nonebot-plugin-markdown2img", + "author_id": 96008766, + "tags": [ + { + "label": "markdown", + "color": "#ea5252" + }, + { + "label": "func", + "color": "#0fe16e" + } + ], + "is_official": false + }, ]