This commit is contained in:
yumoqing 2025-09-20 22:14:43 +08:00
parent 263f63a29e
commit a3856b04ed

View File

@ -968,7 +968,7 @@ class Renderer {
return text; return text;
} }
let out = `<img src="${href}" alt="${text}"`; let out = `<img src="${href}" alt="${text}" style="width: 100%" `;
if (title) { if (title) {
out += ` title="${title}"`; out += ` title="${title}"`;
} }