This commit is contained in:
Philipp Kühn
2021-06-03 09:51:30 +02:00
parent f7ba3c5592
commit 4d83e56ff5

View File

@@ -16,7 +16,7 @@ import Text from '@tiptap/extension-text'
import CodeBlockLowlight from '@tiptap/extension-code-block-lowlight' import CodeBlockLowlight from '@tiptap/extension-code-block-lowlight'
// load all highlight.js languages // load all highlight.js languages
import { lowlight } from 'lowlight' import { lowlight } from 'lowlight/lib/all'
// load specific languages only // load specific languages only
// import { lowlight } from 'lowlight/lib/core' // import { lowlight } from 'lowlight/lib/core'