nozer/quill-delta-to-html

Color attribute sanitizer doesn't allow RGBA format

Opened this issue · 1 comments

When sanitizing color attributes, it only allows hex codes and color literals, but not RGBA

format (e.g., "rgba(0, 0, 255,0.5)"), which should be valid.

i met the same problem, hope support it as soon