mirror of
https://github.com/zadam/trilium.git
synced 2026-02-22 14:27:06 +01:00
chore(share): bring back syntax highlight
This commit is contained in:
@@ -7,6 +7,7 @@ import setupMermaid from "./modules/mermaid";
|
||||
import setupMath from "./modules/math";
|
||||
import api from "./modules/api";
|
||||
import "boxicons/css/boxicons.min.css";
|
||||
import "highlight.js/styles/default.css";
|
||||
|
||||
function $try<T extends (...a: unknown[]) => unknown>(func: T, ...args: Parameters<T>) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user