feat: option to show markdown preview for super notes (skip e2e) (#2048)
This commit is contained in:
13
packages/blocks-editor/src/Editor/MarkdownTransformers.ts
Normal file
13
packages/blocks-editor/src/Editor/MarkdownTransformers.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import {
|
||||
CHECK_LIST,
|
||||
ELEMENT_TRANSFORMERS,
|
||||
TEXT_FORMAT_TRANSFORMERS,
|
||||
TEXT_MATCH_TRANSFORMERS,
|
||||
} from '@lexical/markdown';
|
||||
|
||||
export const MarkdownTransformers = [
|
||||
CHECK_LIST,
|
||||
...ELEMENT_TRANSFORMERS,
|
||||
...TEXT_FORMAT_TRANSFORMERS,
|
||||
...TEXT_MATCH_TRANSFORMERS,
|
||||
];
|
||||
Reference in New Issue
Block a user