You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was not able to get the example to work either where it extends Parchment.Inline. Only way I got custom blots to work was to extend Parchment.Embed. But perhaps my problem is something else. Also need to register this using Quill.register - Parchment.register does nothing.
Adding a custom Blot
The Example instructs
but
Parchment.Inline
does not exist,InlineBlot
does from here asclass InlineBlot extends ParentBlot implements Formattable
Also, this does not work as in the example.
Getting error
The text was updated successfully, but these errors were encountered: