|
|
@@ -13,7 +13,7 @@ import type { FoldDrawio } from './utils/fold-drawio';
|
|
|
import { useFoldDrawio } from './utils/fold-drawio';
|
|
|
import { useGetDoc, type GetDoc } from './utils/get-doc';
|
|
|
import { useInitDoc, type InitDoc } from './utils/init-doc';
|
|
|
-import { useInsertMarkdownElements, type InsertMarkdowElements } from './utils/insert-markdown-elements';
|
|
|
+import { useInsertMarkdownElements, type InsertMarkdownElements } from './utils/insert-markdown-elements';
|
|
|
import { useInsertPrefix, type InsertPrefix } from './utils/insert-prefix';
|
|
|
import { useInsertText, type InsertText } from './utils/insert-text';
|
|
|
import { useReplaceText, type ReplaceText } from './utils/replace-text';
|
|
|
@@ -28,7 +28,7 @@ type UseCodeMirrorEditorUtils = {
|
|
|
setCaretLine: SetCaretLine,
|
|
|
insertText: InsertText,
|
|
|
replaceText: ReplaceText,
|
|
|
- insertMarkdownElements: InsertMarkdowElements,
|
|
|
+ insertMarkdownElements: InsertMarkdownElements,
|
|
|
insertPrefix: InsertPrefix,
|
|
|
foldDrawio: FoldDrawio,
|
|
|
}
|