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

text.js « extensions « content_editor « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0d76aa1f1a793524c1c892f016a54b0b72aa8347 (plain)
1
2
3
4
5
import { Text } from '@tiptap/extension-text';
import { defaultMarkdownSerializer } from 'prosemirror-markdown/src/to_markdown';

export const tiptapExtension = Text;
export const serializer = defaultMarkdownSerializer.nodes.text;