UNPKG

@atlaskit/adf-schema

Version:

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

15 lines (13 loc) 304 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.doc = void 0; /** * @name doc_node */ var doc = { content: '(block|layoutSection)+', marks: 'alignment breakout dataConsumer fragment indentation unsupportedMark unsupportedNodeAttribute' }; exports.doc = doc;