feat: update lowlight to v2

This commit is contained in:
Philipp Kühn
2021-05-31 20:49:42 +02:00
parent 71221f54d1
commit 7e96d98a21
5 changed files with 8 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
import lowlight from 'lowlight/lib/core'
import { lowlight } from 'lowlight/lib/core'
import CodeBlock, { CodeBlockOptions } from '@tiptap/extension-code-block'
import { LowlightPlugin } from './lowlight-plugin'