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 8e6d9b4 commit 09c50a8Copy full SHA for 09c50a8
web/src/components/MemoContent/CodeBlock.tsx
@@ -6,6 +6,8 @@ import toast from "react-hot-toast";
6
import { cn } from "@/utils";
7
import MermaidBlock from "./MermaidBlock";
8
import { BaseProps } from "./types";
9
+import "highlight.js/styles/atom-one-dark.css";
10
+import "highlight.js/styles/github.css";
11
12
// Special languages that are rendered differently.
13
enum SpecialLanguage {
web/src/css/highlight.css
web/src/main.tsx
@@ -4,7 +4,6 @@ import { observer } from "mobx-react-lite";
4
import { createRoot } from "react-dom/client";
5
import { Toaster } from "react-hot-toast";
import { RouterProvider } from "react-router-dom";
-import "./css/highlight.css";
import "./css/tailwind.css";
import "./i18n";
import router from "./router";
0 commit comments