Revert "feat: update lowlight to v2"

This reverts commit 7e96d98a21.
This commit is contained in:
Philipp Kühn
2021-06-03 21:20:36 +02:00
parent 03bfce7419
commit 38f3601e6f
6 changed files with 37 additions and 40 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'