nozer/quill-delta-to-html

Color attribute sanitizer doesn't allow RGB format

dule opened this issue · 1 comments

dule commented

When sanitizing color attributes, it only allows hex codes and color literals, but not RGB format (e.g., "rgb(0, 0, 255)"), which should be valid.

nozer commented

Merged and pushed with tag v0.10.5