@tiptap/extension-code-block-lowlight 2.3.2 → 2.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.umd.js CHANGED
@@ -2685,6 +2685,10 @@
2685
2685
  return lowlightPlugin;
2686
2686
  }
2687
2687
 
2688
+ /**
2689
+ * This extension allows you to highlight code blocks with lowlight.
2690
+ * @see https://tiptap.dev/api/nodes/code-block-lowlight
2691
+ */
2688
2692
  const CodeBlockLowlight = CodeBlock__default["default"].extend({
2689
2693
  addOptions() {
2690
2694
  var _a;