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 51f74ff commit 89a3209Copy full SHA for 89a3209
scripts/mdbook-shiki.ts
@@ -6,7 +6,7 @@
6
*/
7
8
import { createHighlighter } from "shiki";
9
-import { SHIKI_THEME, mapToShikiLang, extractShikiLines } from "../src/utils/highlighting/shiki-shared";
+import { SHIKI_DARK_THEME, mapToShikiLang, extractShikiLines } from "../src/browser/utils/highlighting/shiki-shared";
10
import { renderToStaticMarkup } from "react-dom/server";
11
import { CodeBlockSSR } from "../src/browser/components/Messages/CodeBlockSSR";
12
0 commit comments