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
Do not import the full lowlight library (#16, PR #62)
CodeBlockHighlight was importing the full lowlight libraries, including all
syntax highlighting definitions from highlight.js. The new behavior changes the signature of
CodeBlockHighlight to accept an object with all syntax highlighting definitions. This means that
now the user of the library MUST import languages themselves and tiptap will no longer
bundle the full highlight.js in itself.