Can Quill BlockEmbeds use arbitrary tags?
问题 I've got a bunch of components (pieces of html and logic) that I want to be able to embed inside a Quill document, and I'm not entirely sure how to get started. Each component has a single root element, but the tagName is arbitrary (there are aside , div , section , etc tags). Each of the components has a completely non-Quill editing experience (that's handled elsewhere), so ideally their deltas would just look like this: { ops: [ { insert: 'Hello', attributes: { bold: true } }, { insert: {