Skip to content
Compare
Choose a tag to compare

Fixed

  • 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.