Skip to content

Commit f84d388

Browse files
committed
separate
1 parent 84dc9ea commit f84d388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/site-kit/src/lib/markdown/renderer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ async function syntax_highlight({
869869
html = replace_blank_lines(html);
870870
} else {
871871
const highlighted = highlighter.codeToHtml(source, {
872-
lang: SHIKI_LANGUAGE_MAP[language as keyof typeof SHIKI_LANGUAGE_MAP] ?? language,
872+
lang: SHIKI_LANGUAGE_MAP[language as keyof typeof SHIKI_LANGUAGE_MAP],
873873
theme
874874
});
875875

0 commit comments

Comments
 (0)