nozer/quill-delta-to-html

OpAttributeSanitizer should treat dot as valid size character

Opened this issue · 0 comments

Hi,

Size attribute sanitizer should allow dot (.) as valid character, so we can make delta as such properly rendered:

[
{
attributes: {
size: "1.625em"
},
insert: "Hello"
}
]

Or maybe futher, add ability to override sanitizer functions during instantiating converter