We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fe2508 commit 5072036Copy full SHA for 5072036
apps/core/src/processors/helper/helper.lexical.service.ts
@@ -2,6 +2,8 @@ import { CodeHighlightNode, CodeNode } from '@lexical/code'
2
import { createHeadlessEditor } from '@lexical/headless'
3
import { AutoLinkNode, LinkNode } from '@lexical/link'
4
import { ListItemNode, ListNode } from '@lexical/list'
5
+import { $convertToMarkdownString, TRANSFORMERS } from '@lexical/markdown'
6
+import { HeadingNode, QuoteNode } from '@lexical/rich-text'
7
import { Injectable } from '@nestjs/common'
8
import { ContentFormat } from '~/shared/types/content-format.type'
9
import type { Klass, LexicalNode } from 'lexical'
0 commit comments