From 721f362de35c1e1e91da97b420bb3c0290487742 Mon Sep 17 00:00:00 2001 From: Peaceultime Date: Fri, 18 Apr 2025 22:12:53 +0200 Subject: [PATCH] Fix callouts --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 1d9fdb8..244cef6 100644 --- a/src/index.ts +++ b/src/index.ts @@ -288,7 +288,7 @@ export default function ofm() { title, }, }, - children: firstChild.children, + children: [firstChild.children[0], ...node.children.slice(1)], } } })