bugfix
This commit is contained in:
parent
263f63a29e
commit
a3856b04ed
@ -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}"`;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user