Fix callouts

This commit is contained in:
Peaceultime 2025-04-18 22:12:53 +02:00
parent 00ab1ddd4c
commit 721f362de3
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ export default function ofm() {
title,
},
},
children: firstChild.children,
children: [firstChild.children[0], ...node.children.slice(1)],
}
}
})