diff --git a/src/components/DocumentView/CodeBlock/highlight.ts b/src/components/DocumentView/CodeBlock/highlight.ts index 9e6bb2a3b4..2d12384582 100644 --- a/src/components/DocumentView/CodeBlock/highlight.ts +++ b/src/components/DocumentView/CodeBlock/highlight.ts @@ -70,15 +70,17 @@ export async function highlight(block: DocumentBlockCode): Promise { tokenCount += tokens.length;