Fix callouts
This commit is contained in:
parent
00ab1ddd4c
commit
721f362de3
|
|
@ -288,7 +288,7 @@ export default function ofm() {
|
||||||
title,
|
title,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
children: firstChild.children,
|
children: [firstChild.children[0], ...node.children.slice(1)],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue