We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cc12d6 commit 1441e6eCopy full SHA for 1441e6e
packages/site-kit/src/lib/markdown/utils.ts
@@ -11,7 +11,7 @@ export const SHIKI_LANGUAGE_MAP = {
11
jsonc: 'javascript',
12
dts: 'typescript',
13
// TODO: find a highlighter for tree syntax
14
- tree: '',
+ tree: ''
15
};
16
17
/**
0 commit comments