You've already forked remark-ofm
Fix callouts
This commit is contained in:
@@ -288,7 +288,7 @@ export default function ofm() {
|
|||||||
title,
|
title,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
children: firstChild.children,
|
children: [firstChild.children[0], ...node.children.slice(1)],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user