From 4d83e56ff53bed9373a521cd184a57a6254253ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Thu, 3 Jun 2021 09:51:30 +0200 Subject: [PATCH] debug --- docs/src/demos/Nodes/CodeBlockLowlight/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/demos/Nodes/CodeBlockLowlight/index.vue b/docs/src/demos/Nodes/CodeBlockLowlight/index.vue index cea49657..a97e9031 100644 --- a/docs/src/demos/Nodes/CodeBlockLowlight/index.vue +++ b/docs/src/demos/Nodes/CodeBlockLowlight/index.vue @@ -16,7 +16,7 @@ import Text from '@tiptap/extension-text' import CodeBlockLowlight from '@tiptap/extension-code-block-lowlight' // load all highlight.js languages -import { lowlight } from 'lowlight' +import { lowlight } from 'lowlight/lib/all' // load specific languages only // import { lowlight } from 'lowlight/lib/core'