Allow alt tags when pasting images
https://forums.ankiweb.net/t/do-not-strip-alt-attribute-when-pasting-images-from-the-web/20007
This commit is contained in:
parent
e025f2f879
commit
a070bec03c
@ -54,7 +54,7 @@ function filterSpan(element: Element): void {
|
||||
|
||||
const tagsAllowedBasic: TagsAllowed = {
|
||||
BR: allowNone,
|
||||
IMG: allow(["SRC"]),
|
||||
IMG: allow(["SRC", "ALT"]),
|
||||
DIV: allowNone,
|
||||
P: allowNone,
|
||||
SUB: allowNone,
|
||||
|
Loading…
Reference in New Issue
Block a user