Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax <max@nextcloud.com>2022-01-20 11:20:41 +0300
committerMax <max@nextcloud.com>2022-01-24 14:32:39 +0300
commit260b53f6025571f161b91bd3e7a80deb8623530d (patch)
treecb27ad71b92a2e55405ae385e9ebefe58d29eb76 /src/marks/index.js
parent4221a8243aa5a64abe8782dff838a0d4c4bafdad (diff)
refactor: move markdownit to its own directory
Signed-off-by: Max <max@nextcloud.com>
Diffstat (limited to 'src/marks/index.js')
-rw-r--r--src/marks/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/marks/index.js b/src/marks/index.js
index 88c9ad995..0a6907f22 100644
--- a/src/marks/index.js
+++ b/src/marks/index.js
@@ -31,7 +31,7 @@ import { Plugin } from 'tiptap'
import { getMarkAttrs } from 'tiptap-utils'
import { markInputRule, markPasteRule } from 'tiptap-commands'
import { domHref, parseHref } from './../helpers/links'
-import { markdownit } from './../EditorFactory'
+import markdownit from './../markdownit'
/**
* This file maps prosemirror mark names to tiptap classes,