feat(editor): add code highlighting
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
kolaente 2023-10-21 14:06:47 +02:00
parent beefc1d5ef
commit d75a963d08
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 5 deletions

View File

@ -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),