mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-02 19:36:12 +01:00 
			
		
		
		
	chore(dx/client): fix highlightjs not working
This commit is contained in:
		@@ -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 syntaxDefinitions from "./syntax_highlighting.js";
 | 
			
		||||
import { type Theme } from "./themes.js";
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user