fix(nc-gui): path issue

This commit is contained in:
Ramesh Mane
2025-01-14 01:49:05 +03:00
parent 30016a429a
commit e9c20986e5
23 changed files with 24 additions and 26 deletions

View File

@@ -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 }>({