preserve color in font tags

https://anki.tenderapp.com/discussions/ankidesktop/34688-format-of-copying
This commit is contained in:
Damien Elmes 2019-12-06 13:44:06 +10:00
parent eacf788b40
commit e2d7e5a8d7

View file

@ -391,6 +391,7 @@ allowedTagsExtended["A"] = {"attrs": ["HREF"]};
allowedTagsExtended["TR"] = {"attrs": ["ROWSPAN"]};
allowedTagsExtended["TD"] = {"attrs": ["COLSPAN", "ROWSPAN"]};
allowedTagsExtended["TH"] = {"attrs": ["COLSPAN", "ROWSPAN"]};
allowedTagsExtended["FONT"] = {"attrs": ["COLOR"]};
const allowedStyling = {
'color': true,