diff --git a/src/components/DocumentView/CodeBlock/highlight.ts b/src/components/DocumentView/CodeBlock/highlight.ts index 6af526bdb5..dc4aa903a7 100644 --- a/src/components/DocumentView/CodeBlock/highlight.ts +++ b/src/components/DocumentView/CodeBlock/highlight.ts @@ -37,8 +37,10 @@ export async function highlight(block: DocumentBlockCode): Promise { return a.start - b.start; @@ -49,7 +51,6 @@ export async function highlight(block: DocumentBlockCode): Promise