mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-02-18 04:08:51 -06:00
Revert "test(highlightjs): another broken import"
This reverts commit 7743f99b6f.
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import hljs, { type HighlightOptions } from "@highlightjs/cdn-assets/es/core.js";
|
||||
import hljs from "@highlightjs/cdn-assets/es/core.js";
|
||||
import { normalizeMimeTypeForCKEditor, type MimeType } from "@triliumnext/commons";
|
||||
import syntaxDefinitions from "./syntax_highlighting.js";
|
||||
import { type Theme } from "./themes.js";
|
||||
import { type HighlightOptions } from "highlight.js";
|
||||
|
||||
export { default as Themes, type Theme } from "./themes.js";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user