diff --git a/src/node/markdown/plugins/highlight.ts b/src/node/markdown/plugins/highlight.ts index 6613429d..53c8313f 100644 --- a/src/node/markdown/plugins/highlight.ts +++ b/src/node/markdown/plugins/highlight.ts @@ -164,7 +164,7 @@ export async function highlight( ...userTransformers ], meta: { - __raw: attrs, + __raw: attrs }, ...(typeof theme === 'string' || 'name' in theme ? { theme }