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

horizontal_rule.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: dcc59476518ab5c1dfb04cc16a8f1fcf3b787cd0 (plain)
1
2
3
4
5
import { HorizontalRule } from '@tiptap/extension-horizontal-rule';
import { defaultMarkdownSerializer } from 'prosemirror-markdown/src/to_markdown';

export const tiptapExtension = HorizontalRule;
export const serializer = defaultMarkdownSerializer.nodes.horizontal_rule;