mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-16 03:39:00 +08:00
27e473c2a4
BREAKING CHANGE: `CodeBlockHighlight` was importing the full `lowlight` libraries, including _all_ syntax highlightning definitions from `highlight.js`. The new behavior changes the signature of `CodeBlockHighlight` to accept an object with all syntax highlightning 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. |
||
---|---|---|
.. | ||
Basic | ||
CodeHighlighting | ||
Embeds | ||
Export | ||
HidingMenuBar | ||
Images | ||
Links | ||
MarkdownShortcuts | ||
MenuBubble | ||
Placeholder | ||
ReadOnly | ||
Suggestions | ||
TextAlign | ||
TodoList |