Newer
Older
const matchingOptionNode = {
attrs: {
class: { default: 'matching-option' },
id: { default: '' },
group: 'inline questions',
content: 'text*',
inline: true,
atom: true,
defining: true,
parseDOM: [
{
tag: 'div.matching-option',
getAttrs(dom) {
return {
id: dom.getAttribute('id'),
class: dom.getAttribute('class'),