mirror of
https://github.com/zadam/trilium.git
synced 2025-10-21 07:38:53 +02:00
chore(dx/client): fix highlightjs not working
This commit is contained in:
parent
f7a0dc00e8
commit
8362424976
@ -1,4 +1,4 @@
|
|||||||
import hljs from "../node_modules/highlight.js/es/core.js";
|
import hljs from "highlight.js";
|
||||||
import { normalizeMimeTypeForCKEditor, type MimeType } from "@triliumnext/commons";
|
import { normalizeMimeTypeForCKEditor, type MimeType } from "@triliumnext/commons";
|
||||||
import syntaxDefinitions from "./syntax_highlighting.js";
|
import syntaxDefinitions from "./syntax_highlighting.js";
|
||||||
import { type Theme } from "./themes.js";
|
import { type Theme } from "./themes.js";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user