Anshul Sood

Results 1 comments of Anshul Sood

You can create a simple custom blot like this: ``` class DetailsBlot extends Inline {} DetailsBlot.blotName = 'details'; DetailsBlot.tagName = 'details'; ``` However, it works well only with single line...