UNPKG

517 BJavaScriptView Raw
1export var confluenceInlineComment = {
2 inclusive: false,
3 excludes: '',
4 attrs: {
5 reference: {
6 default: '',
7 },
8 },
9 parseDOM: [{ tag: 'span[data-mark-type="confluenceInlineComment"]' }],
10 toDOM: function (node) {
11 return [
12 'span',
13 {
14 'data-mark-type': 'confluenceInlineComment',
15 'data-reference': node.attrs.reference,
16 },
17 ];
18 },
19};
20//# sourceMappingURL=confluence-inline-comment.js.map
\No newline at end of file