diff --git a/src/components/input/editor/TipTap.vue b/src/components/input/editor/TipTap.vue index 0288ad310..9af963bcb 100644 --- a/src/components/input/editor/TipTap.vue +++ b/src/components/input/editor/TipTap.vue @@ -263,11 +263,9 @@ const editor = useEditor({ // // character count // CharacterCount, - // CodeBlockLowlight.extend({ - // addNodeView() { - // return VueNodeViewRenderer(CodeBlock) - // }, - // }).configure({ lowlight }), + CodeBlockLowlight.configure({ + lowlight, + }), Commands.configure({ suggestion: suggestionSetup(t),