From bff26776f1da0fd97fc88802ea389f249dc6b8d7 Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Fri, 15 Dec 2023 10:31:42 +0530 Subject: [PATCH] format --- src/node/markdown/plugins/highlight.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }