mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 22:17:08 +00:00
fix(nc-gui): path issue
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Fragment } from '@tiptap/pm/model'
|
||||
import { Mark, getHTMLFromFragment } from '@tiptap/core'
|
||||
import type { MarkdownMarkSpec } from '../tiptap'
|
||||
import type { MarkdownMarkSpec } from '../../index'
|
||||
|
||||
// TODO: Extend from tiptap extension
|
||||
export const HTMLMark = Mark.create<any, { markdown: MarkdownMarkSpec }>({
|
||||
|
||||
Reference in New Issue
Block a user