morecpq
Results
1
comments of
morecpq
> A keepHTML blot could solve the problem: > > ``` > import Quill from 'quill'; > const BlockEmbed = Quill.import('blots/block/embed'); > > class keepHTML extends BlockEmbed { > static...