Commit dc34a4a

HPCesia <me@hpcesia.com>
2025-04-18 07:01:29
fix: callout text
1 parent 1fa3980
Changed files (1)
src/plugins/remark-obsidian-callout.ts
@@ -147,6 +147,7 @@ export const remarkObsidianCallout: RemarkPlugin = function () {
                   type: 'text',
                   value: remainContents,
                 },
+                ...paragraph.children.slice(1),
               ],
             },
           ],