UNPKG

@atlaskit/adf-schema

Version:

Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs

14 lines (12 loc) 238 B
import { hardBreak as hardBreakFactory } from '../../next-schema/generated/nodeTypes'; /** * @name hardBreak_node */ export const hardBreak = hardBreakFactory({ parseDOM: [{ tag: 'br' }], toDOM() { return ['br']; } });